mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 09:26:06 +00:00
Fixed worker pool AsyncTask storage
This commit is contained in:
@ -1349,7 +1349,7 @@ class Level implements ChunkManager, Metadatable{
|
||||
}else{
|
||||
$task = new ChunkRequestTask($this, $x, $z);
|
||||
$this->server->getScheduler()->scheduleAsyncTask($task);
|
||||
$this->chunkSendTasks[$index] = $task;
|
||||
$this->chunkSendTasks[$index] = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user