mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 11:26:37 +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($level !== null){
|
||||||
if(!$this->state){
|
if(!$this->state){
|
||||||
$level->registerGenerator();
|
$level->registerGenerator();
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$chunk = Chunk::fastDeserialize($this->chunk);
|
$chunk = Chunk::fastDeserialize($this->chunk);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user