mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-19 04:15:04 +00:00
Added __debugInfo() to Server and Level
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user