Fixed name syncing.

This commit is contained in:
Brianna 2019-09-10 19:39:12 -04:00
parent 101819461d
commit 72fd421774

View File

@ -172,7 +172,6 @@ public class Furnace {
}
private void syncName() {
if (!(location.getBlock() instanceof Furnace)) return;
org.bukkit.block.Furnace furnace = (org.bukkit.block.Furnace) location.getBlock().getState();
if (ServerVersion.isServerVersionAtLeast(ServerVersion.V1_10))
furnace.setCustomName(Methods.formatName(level.getLevel(), uses, false));