Fixed crash when doing var_dump() of anything that contains the Server object

This commit is contained in:
Shoghi Cervantes 2014-10-20 13:06:53 +02:00
parent ef97efcd96
commit 5310ba3ae6

View File

@ -1988,7 +1988,7 @@ class Server{
}
public function __debugInfo(){
return get_class($this);
return [];
}
private function tickProcessor(){