mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 03:43:40 +01:00
SPIGOT-6086: Twisting vines growing at top of world crashes server
By: md_5 <git@md-5.net>
This commit is contained in:
parent
5d4868ed96
commit
af2cee1e50
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…
Reference in a new issue