mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-17 11:18:52 +00:00
Fixed syntax error
This commit is contained in:
parent
fbf897d1be
commit
911577e9b8
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user