Remove debug message

This commit is contained in:
Esophose 2019-03-02 13:52:39 -07:00
parent 4103552691
commit 562ad59ab9

View File

@ -436,7 +436,6 @@ public class Entity implements Listener {
if (fallingBlock.getMaterial().name().endsWith("ANVIL")) {
data = (byte) Math.ceil(data / 4);
}
Bukkit.broadcastMessage(((byte)getBlockDataMethod.invoke(fallingBlock)) + "");
fallingBlock.getWorld().dropItemNaturally(fallingBlock.getLocation(), new ItemStack(fallingBlock.getMaterial(), 1, (byte) data));
} catch (Exception ignored) { }
}