3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-11-17 05:20:05 +01:00

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

Dieser Commit ist enthalten in:
Nathan Adams 2012-01-15 20:49:29 +00:00
Ursprung 864397d6c8
Commit 520cb5aa5b

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 dupe with pistons
}
}
}