summaryrefslogtreecommitdiffstats
path: root/nms-patches/BlockPiston.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/BlockPiston.patch')
-rw-r--r--nms-patches/BlockPiston.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/nms-patches/BlockPiston.patch b/nms-patches/BlockPiston.patch
index 3c90b625..b19bcf46 100644
--- a/nms-patches/BlockPiston.patch
+++ b/nms-patches/BlockPiston.patch
@@ -24,7 +24,7 @@
}
} else if (!flag && ((Boolean) iblockdata.get(BlockPiston.EXTENDED)).booleanValue()) {
+ // CraftBukkit start
-+ if (!this.N) {
++ if (!this.sticky) {
+ org.bukkit.block.Block block = world.getWorld().getBlockAt(blockposition.getX(), blockposition.getY(), blockposition.getZ());
+ BlockPistonRetractEvent event = new BlockPistonRetractEvent(block, ImmutableList.<org.bukkit.block.Block>of(), CraftBlock.notchToBlockFace(enumdirection));
+ world.getServer().getPluginManager().callEvent(event);