geforkt von Mirrors/Paper
[Bleeding] Fixed bug involving pistons and powered rails. This fixes BUKKIT-517
Dieser Commit ist enthalten in:
Ursprung
8ad27aa01d
Commit
8dc7417a3d
@ -81,7 +81,7 @@ public class BlockMinecartTrack extends Block {
|
|||||||
if (!world.isStatic) {
|
if (!world.isStatic) {
|
||||||
this.a(world, i, j, k, true);
|
this.a(world, i, j, k, true);
|
||||||
if (this.id == Block.GOLDEN_RAIL.id) {
|
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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren