Debug message removal.
This commit is contained in:
parent
82ca509878
commit
94c93fbcb4
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user