mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2024-11-07 11:10:04 +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")
|
@SuppressWarnings("deprecation")
|
||||||
Materials materials = Materials.getMaterials(block.getType(), block.getData());
|
Materials materials = Materials.getMaterials(block.getType(), block.getData());
|
||||||
|
|
||||||
Bukkit.broadcastMessage("testt");
|
|
||||||
|
|
||||||
if (materials == null) return;
|
if (materials == null) return;
|
||||||
|
|
||||||
IslandLevel level = island.getLevel();
|
IslandLevel level = island.getLevel();
|
||||||
|
Loading…
Reference in New Issue
Block a user