Remove BlockExplodeEvent
This commit is contained in:
parent
4394b45743
commit
c472e85a27
@ -173,9 +173,6 @@ public abstract class ChunkListener implements Listener {
|
||||
@EventHandler(priority = EventPriority.LOWEST)
|
||||
public void event(BlockExpEvent event) { reset(); }
|
||||
|
||||
@EventHandler(priority = EventPriority.LOWEST)
|
||||
public void event(BlockExplodeEvent event) { reset(); }
|
||||
|
||||
@EventHandler(priority = EventPriority.LOWEST)
|
||||
public void event(BlockFadeEvent event) { reset(); }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user