Fixed worker pool AsyncTask storage

This commit is contained in:
Shoghi Cervantes
2014-07-05 22:02:14 +02:00
parent 22552cdd72
commit 637d9da5a6
2 changed files with 17 additions and 10 deletions

View File

@ -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;
}
}
}