removed that nasty debug message.

This commit is contained in:
Brianna O'Keefe 2019-02-01 11:24:58 -05:00
parent 367e6b8ef9
commit 98bf07b9d8

View File

@ -106,8 +106,6 @@ public class Block implements Listener {
@SuppressWarnings("deprecation")
Materials materials = Materials.getMaterials(block.getType(), block.getData());
Bukkit.broadcastMessage("testt");
if (materials == null) return;
IslandLevel level = island.getLevel();