mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2024-11-07 03:00:29 +01:00
removed that nasty debug message.
This commit is contained in:
parent
367e6b8ef9
commit
98bf07b9d8
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user