mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2025-01-26 09:21:36 +01:00
Remove debug message
This commit is contained in:
parent
4103552691
commit
562ad59ab9
@ -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) { }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user