mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
PopulationTask: actually fix locks not getting released in generation errors
This commit is contained in:
@ -140,7 +140,6 @@ class PopulationTask extends AsyncTask{
|
||||
if($level !== null){
|
||||
if(!$this->state){
|
||||
$level->registerGenerator();
|
||||
return;
|
||||
}
|
||||
|
||||
$chunk = Chunk::fastDeserialize($this->chunk);
|
||||
|
Reference in New Issue
Block a user