Removed debug message.
This commit is contained in:
parent
2bd6fa5184
commit
fbd3c11f89
|
|
@ -1059,8 +1059,6 @@ class PlayerEventHandler implements Listener
|
|||
Player player = event.getPlayer();
|
||||
Block clickedBlock = event.getClickedBlock(); //null returned here means interacting with air
|
||||
|
||||
GriefPrevention.AddLogEntry(action.name());
|
||||
|
||||
Material clickedBlockType = null;
|
||||
if(clickedBlock != null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user