mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 00:33:59 +00:00
Fixed crash when doing var_dump() of anything that contains the Server object
This commit is contained in:
parent
ef97efcd96
commit
5310ba3ae6
@ -1988,7 +1988,7 @@ class Server{
|
||||
}
|
||||
|
||||
public function __debugInfo(){
|
||||
return get_class($this);
|
||||
return [];
|
||||
}
|
||||
|
||||
private function tickProcessor(){
|
||||
|
Loading…
x
Reference in New Issue
Block a user