3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-12-18 20:40:08 +01:00

[Bleeding] Fixed bug involving pistons and powered rails. This fixes BUKKIT-517

Dieser Commit ist enthalten in:
md_5 2012-03-21 18:43:40 +11:00 committet von EvilSeph
Ursprung 8ad27aa01d
Commit 8dc7417a3d

Datei anzeigen

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