Fix some formatting in CraftLootable

This commit is contained in:
md_5 2018-08-27 18:32:35 +10:00
parent c2cbdc5ab4
commit 908516f102

View File

@ -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);
}
}