mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-31 22:30:15 +00:00
SPIGOT-6086: Twisting vines growing at top of world crashes server
This commit is contained in:
parent
419018f5d3
commit
fad5fb9e8c
1 changed files with 0 additions and 6 deletions
|
@ -182,12 +182,6 @@ 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…
Add table
Reference in a new issue