1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-07-05 23:24:44 +02:00

Speed up our BlockBreakEvent checks a bit.

This commit is contained in:
GJ
2013-04-04 09:29:07 -04:00
parent dae25c2f2d
commit 52746fca76

@ -191,9 +191,7 @@ public class BlockListener implements Listener {
}
/* Remove metadata from placed watched blocks */
if (mcMMO.placeStore.isTrue(blockState)) {
mcMMO.placeStore.setFalse(blockState);
}
mcMMO.placeStore.setFalse(blockState);
}
/**