diff --git a/src/entity/Entity.php b/src/entity/Entity.php index 38f12a692..8f19b3151 100644 --- a/src/entity/Entity.php +++ b/src/entity/Entity.php @@ -1627,7 +1627,7 @@ abstract class Entity extends Location{ } public function spawnToAll() : void{ - if($this->chunk === null or $this->closed){ + if($this->closed){ return; } foreach($this->world->getViewersForPosition($this) as $player){