3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-12-18 12:30:06 +01:00

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

This reverts commit fad5fb9e8c.
Dieser Commit ist enthalten in:
md_5 2020-08-18 20:43:39 +10:00
Ursprung 2e178b09c6
Commit 9a9c2234a4
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: E8E901AC7C617C11

Datei anzeigen

@ -182,6 +182,12 @@ 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