Merge branch 'stable'

This commit is contained in:
Dylan K. Taylor
2021-02-11 22:35:33 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -498,7 +498,7 @@ class LevelDB extends BaseWorldProvider implements WritableWorldProvider{
}
public function close() : void{
$this->db->close();
unset($this->db);
}
public function getAllChunks(bool $skipCorrupted = false, ?\Logger $logger = null) : \Generator{