SPIGOT-6087: Revert "SPIGOT-6086: Twisting vines growing at top of world crashes server"
This reverts commit fad5fb9e8cfc2a2c6883e59203b604f4c0ecf421.
This commit is contained in:
parent
2e178b09c6
commit
9a9c2234a4
@ -182,6 +182,12 @@ public class CraftBlockState implements BlockState {
|
||||
|
||||
IBlockData newBlock = this.data;
|
||||
block.setTypeAndData(newBlock, applyPhysics);
|
||||
world.getHandle().notify(
|
||||
position,
|
||||
block.getNMS(),
|
||||
newBlock,
|
||||
3
|
||||
);
|
||||
|
||||
// Update levers etc
|
||||
if (false && applyPhysics && getData() instanceof Attachable) { // Call does not map to new API
|
||||
|
Loading…
x
Reference in New Issue
Block a user