diff --git a/src/world/Level.php b/src/world/Level.php index 7a2f1aafe..b42a3ff0e 100644 --- a/src/world/Level.php +++ b/src/world/Level.php @@ -68,7 +68,7 @@ class Level{ } public function checkThings(){ - if(!isset($this->level){ + if(!isset($this->level)){ return false; } $this->players = $this->server->api->player->getAll($this);