mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-10 10:17:38 +01:00
Fix some formatting in CraftLootable
By: md_5 <git@md-5.net>
This commit is contained in:
parent
844b70144f
commit
6e786d4111
@ -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 New Issue
Block a user