1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-06-18 23:11:25 +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,10 +191,8 @@ public class BlockListener implements Listener {
} }
/* Remove metadata from placed watched blocks */ /* Remove metadata from placed watched blocks */
if (mcMMO.placeStore.isTrue(blockState)) {
mcMMO.placeStore.setFalse(blockState); mcMMO.placeStore.setFalse(blockState);
} }
}
/** /**
* Handle BlockBreak events where the event is modified. * Handle BlockBreak events where the event is modified.