mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 03:51:37 +00:00
Fixed syntax error
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user