Debug message removal.

This commit is contained in:
ryanhamshire 2014-09-24 17:19:01 -07:00
parent 82ca509878
commit 94c93fbcb4

View File

@ -995,7 +995,6 @@ class PlayerEventHandler implements Listener
Material.AIR, Material.AIR,
Material.SNOW, Material.SNOW,
Material.LONG_GRASS); Material.LONG_GRASS);
GriefPrevention.sendMessage(player, TextMode.Info, clickedBlock.getType().name());
} }
} }
catch(Exception e) //an exception intermittently comes from getTargetBlock(). when it does, just ignore the event catch(Exception e) //an exception intermittently comes from getTargetBlock(). when it does, just ignore the event