mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +01:00
Merge pull request #2456 from ulumulu1510/patch-1
Resolve duplication Bug #2419
This commit is contained in:
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));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user