mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
Added non-threaded chunk generation, toggleable on pocketmine.yml
This commit is contained in:
@ -164,7 +164,7 @@ class GenerationManager{
|
||||
}
|
||||
|
||||
protected function closeLevel($levelID){
|
||||
if(!isset($this->levels[$levelID])){
|
||||
if(isset($this->levels[$levelID])){
|
||||
$this->levels[$levelID]->shutdown();
|
||||
unset($this->levels[$levelID]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user