Remove BlockExplodeEvent

This commit is contained in:
Jesse Boyd 2018-08-13 03:52:53 +10:00
parent 4394b45743
commit c472e85a27
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F
1 changed files with 0 additions and 3 deletions

View File

@ -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(); }