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