Island ores bug
This commit is contained in:
parent
190ced7d97
commit
23b7064d43
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user