Island ores bug

This commit is contained in:
Sam 2016-08-04 16:56:13 +01:00
parent 190ced7d97
commit 23b7064d43
1 changed files with 1 additions and 4 deletions

View File

@ -1422,12 +1422,9 @@ public abstract class Skywars extends Game
} }
} }
@EventHandler(priority = EventPriority.MONITOR) @EventHandler
public void onBlockBreakOreReveal(BlockBreakEvent event) public void onBlockBreakOreReveal(BlockBreakEvent event)
{ {
if (event.isCancelled())
return;
_oreHider.BlockBreak(event); _oreHider.BlockBreak(event);
} }