geforkt von Mirrors/Paper
Fix bad old API call in CraftBlockState
Dieser Commit ist enthalten in:
Ursprung
ca1af9368b
Commit
66b62a63b5
@ -178,7 +178,7 @@ public class CraftBlockState implements BlockState {
|
||||
);
|
||||
|
||||
// Update levers etc
|
||||
if (applyPhysics && getData() instanceof Attachable) {
|
||||
if (false && applyPhysics && getData() instanceof Attachable) { // Call does not map to new API
|
||||
world.getHandle().applyPhysics(pos.shift(CraftBlock.blockFaceToNotch(((Attachable) getData()).getAttachedFace())), newBlock.getBlock());
|
||||
}
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren