13
0
geforkt von Mirrors/Paper

Fix some formatting in CraftLootable

By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
CraftBukkit/Spigot 2018-08-27 18:32:35 +10:00
Ursprung 844b70144f
Commit 6e786d4111

Datei anzeigen

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