mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 08:17:34 +00:00
Added __debugInfo() to Server and Level
This commit is contained in:
parent
11f684d803
commit
97c87aa8fa
@ -1916,6 +1916,10 @@ class Server{
|
||||
|
||||
}
|
||||
|
||||
public function __debugInfo(){
|
||||
return get_class($this);
|
||||
}
|
||||
|
||||
private function tickProcessor(){
|
||||
$lastLoop = 0;
|
||||
$connectionTimer = Timings::$connectionTimer;
|
||||
|
@ -635,6 +635,10 @@ class Level implements ChunkManager, Metadatable{
|
||||
$this->chunkTickList = [];
|
||||
}
|
||||
}
|
||||
|
||||
public function __debugInfo(){
|
||||
return get_class($this);
|
||||
}
|
||||
|
||||
/**
|
||||
* @param bool $force
|
||||
|
Loading…
x
Reference in New Issue
Block a user