mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-11 05:55:33 +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(){
|
public function __debugInfo(){
|
||||||
return get_class($this);
|
return [];
|
||||||
}
|
}
|
||||||
|
|
||||||
private function tickProcessor(){
|
private function tickProcessor(){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user