geforkt von Mirrors/Paper
SPIGOT-6086: Twisting vines growing at top of world crashes server
By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Ursprung
5d4868ed96
Commit
af2cee1e50
@ -182,12 +182,6 @@ public class CraftBlockState implements BlockState {
|
|||||||
|
|
||||||
IBlockData newBlock = this.data;
|
IBlockData newBlock = this.data;
|
||||||
block.setTypeAndData(newBlock, applyPhysics);
|
block.setTypeAndData(newBlock, applyPhysics);
|
||||||
world.getHandle().notify(
|
|
||||||
position,
|
|
||||||
block.getNMS(),
|
|
||||||
newBlock,
|
|
||||||
3
|
|
||||||
);
|
|
||||||
|
|
||||||
// Update levers etc
|
// Update levers etc
|
||||||
if (false && applyPhysics && getData() instanceof Attachable) { // Call does not map to new API
|
if (false && applyPhysics && getData() instanceof Attachable) { // Call does not map to new API
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren