mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2025-02-06 15:41:20 +01:00
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)
|
@EventHandler(priority = EventPriority.LOWEST)
|
||||||
public void event(BlockExpEvent event) { reset(); }
|
public void event(BlockExpEvent event) { reset(); }
|
||||||
|
|
||||||
@EventHandler(priority = EventPriority.LOWEST)
|
|
||||||
public void event(BlockExplodeEvent event) { reset(); }
|
|
||||||
|
|
||||||
@EventHandler(priority = EventPriority.LOWEST)
|
@EventHandler(priority = EventPriority.LOWEST)
|
||||||
public void event(BlockFadeEvent event) { reset(); }
|
public void event(BlockFadeEvent event) { reset(); }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user