mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 11:58:00 +00:00
Fixed syntax error
This commit is contained in:
@@ -68,7 +68,7 @@ class Level{
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function checkThings(){
|
public function checkThings(){
|
||||||
if(!isset($this->level){
|
if(!isset($this->level)){
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
$this->players = $this->server->api->player->getAll($this);
|
$this->players = $this->server->api->player->getAll($this);
|
||||||
|
Reference in New Issue
Block a user