diff --git a/src/API/BlockAPI.php b/src/API/BlockAPI.php index 27e663c74..f8a8299fc 100644 --- a/src/API/BlockAPI.php +++ b/src/API/BlockAPI.php @@ -751,6 +751,7 @@ class BlockAPI{ $level = $block->onUpdate($type); if($level === BLOCK_UPDATE_NORMAL){ $this->blockUpdateAround($block, $level); + $this->server->api->entity->updateRadius($pos, 3); }elseif($level === BLOCK_UPDATE_RANDOM){ $this->scheduleBlockUpdate($pos, Utils::getRandomUpdateTicks(), BLOCK_UPDATE_RANDOM); }