Merge pull request #2456 from ulumulu1510/patch-1

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

View File

@ -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));
}
}