Resolve duplication Bug #2419

https://github.com/mcMMO-Dev/mcMMO/issues/2419
This commit is contained in:
Benjamin 2015-02-11 20:17:08 +01:00
parent 7a14e61762
commit 98701104d8

View File

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