Archiviert
13
0

SPIGOT-6086: Twisting vines growing at top of world crashes server

Dieser Commit ist enthalten in:
md_5 2020-08-18 17:50:13 +10:00
Ursprung 419018f5d3
Commit fad5fb9e8c
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: E8E901AC7C617C11

Datei anzeigen

@ -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