Skip to content

Commit

Permalink
Disabled chunk wipe listener in Slimefun as it causes too much lag (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
OmerBenGera committed May 21, 2022
1 parent df46468 commit c437695
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -99,7 +99,7 @@ public void onAndroidMiner(AndroidMineEvent e) {
BlocksLogic.handleBreak(e.getBlock());
}

@EventHandler(priority = EventPriority.MONITOR, ignoreCancelled = true)
//@EventHandler(priority = EventPriority.MONITOR, ignoreCancelled = true)
public void onChunkWipe(IslandChunkResetEvent e) {
BlockStorage blockStorage = BlockStorage.getStorage(e.getWorld());

Expand Down

0 comments on commit c437695

Please sign in to comment.