removed debug message from undead camp

This commit is contained in:
NewGarbo 2015-11-24 22:29:20 +00:00
parent befe4d129d
commit 31afe9f886

View File

@ -474,7 +474,6 @@ public class UndeadCamp extends WorldEvent
public void onChestOpen(PlayerInteractEvent event)
{
Block block = event.getClickedBlock();
event.getPlayer().sendMessage(_containers.contains(block) + "");
if (_containers.contains(block))
{
event.setCancelled(true);