mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
More cleanups to level provider hierarchy, move more garbage out of BaseLevelProvider
This commit is contained in:
@ -532,6 +532,10 @@ class LevelDB extends BaseLevelProvider{
|
||||
return $this->db->get(LevelDB::chunkIndex($chunkX, $chunkZ) . self::TAG_VERSION) !== false;
|
||||
}
|
||||
|
||||
public function doGarbageCollection(){
|
||||
|
||||
}
|
||||
|
||||
public function close(){
|
||||
$this->db->close();
|
||||
}
|
||||
|
Reference in New Issue
Block a user