diff --git a/src/world/World.php b/src/world/World.php index b6651fc6f..fec9efaa5 100644 --- a/src/world/World.php +++ b/src/world/World.php @@ -1788,10 +1788,7 @@ class World implements ChunkManager{ if($update){ $this->updateAllLight($x, $y, $z); - $this->tryAddToNeighbourUpdateQueue($pos); - foreach($pos->sides() as $side){ - $this->tryAddToNeighbourUpdateQueue($side); - } + $this->notifyNeighbourBlockUpdate($pos); } $this->timings->setBlock->stopTiming();