diff options
Diffstat (limited to 'nms-patches/BlockPoweredRail.patch')
-rw-r--r-- | nms-patches/BlockPoweredRail.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nms-patches/BlockPoweredRail.patch b/nms-patches/BlockPoweredRail.patch index f4dfbd55..973f5576 100644 --- a/nms-patches/BlockPoweredRail.patch +++ b/nms-patches/BlockPoweredRail.patch @@ -21,5 +21,5 @@ + } + // CraftBukkit end world.setTypeAndData(blockposition, iblockdata.set(BlockPoweredRail.POWERED, Boolean.valueOf(flag1)), 3); - world.applyPhysics(blockposition.down(), this); + world.applyPhysics(blockposition.down(), this, false); if (((BlockMinecartTrackAbstract.EnumTrackPosition) iblockdata.get(BlockPoweredRail.SHAPE)).c()) { |