Fixed syntax error

This commit is contained in:
Shoghi Cervantes 2013-06-05 12:36:31 +02:00
parent fbf897d1be
commit 911577e9b8

View File

@ -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);