This commit is contained in:
Shoghi Cervantes
2014-09-01 17:47:28 +02:00
parent 97c87aa8fa
commit dcfb7a7ac4
2 changed files with 2 additions and 1 deletions

View File

@@ -635,7 +635,7 @@ class Level implements ChunkManager, Metadatable{
$this->chunkTickList = [];
}
}
public function __debugInfo(){
return get_class($this);
}