mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-28 19:22:50 +01:00
Fix some formatting in CraftLootable
This commit is contained in:
parent
c2cbdc5ab4
commit
908516f102
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ public abstract class CraftLootable<T extends TileEntityLootable> extends CraftC
|
|||
if (!this.getSnapshot().hasCustomName()) {
|
||||
lootable.setCustomName(null);
|
||||
}
|
||||
if (this.getSnapshot().getLootTable()== null) {
|
||||
if (this.getSnapshot().getLootTable() == null) {
|
||||
lootable.setLootTable((MinecraftKey) null, 0L);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue