mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-06 02:35:49 +01:00
[Bleeding] Fixed bug involving pistons and powered rails. This fixes BUKKIT-517
This commit is contained in:
parent
8ad27aa01d
commit
8dc7417a3d
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ public class BlockMinecartTrack extends Block {
|
|||
if (!world.isStatic) {
|
||||
this.a(world, i, j, k, true);
|
||||
if (this.id == Block.GOLDEN_RAIL.id) {
|
||||
this.doPhysics(world, i, j, k, this.id);
|
||||
// this.doPhysics(world, i, j, k, this.id); CraftBukkit - Fix issues with rails
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue