1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-05-04 09:26:24 +02:00

Merge pull request from ulumulu1510/patch-1

Resolve duplication Bug 
This commit is contained in:
t00thpick1 2015-02-15 12:34:08 -05:00
commit 7aee829b94

@ -31,6 +31,6 @@ public class StickyPistonTrackerTask extends BukkitRunnable {
// The sticky piston actually pulled the block so move the PlaceStore data
mcMMO.getPlaceStore().setFalse(movedBlock);
mcMMO.getPlaceStore().setTrue(block.getRelative(direction));
mcMMO.getPlaceStore().setTrue(movedBlock.getRelative(direction));
}
}