Updated RakLib, fixed help message not showing command, added documentation to Plugin->getResource()

This commit is contained in:
Shoghi Cervantes
2015-01-14 17:23:16 +01:00
parent 9fac990b19
commit 24c6cca664
7 changed files with 25 additions and 19 deletions

View File

@ -101,9 +101,7 @@ class AsyncPool{
$task->onCompletion($this->server);
$this->workerUsage[$this->taskWorkers[$task->getTaskId()]]--;
unset($this->tasks[$task->getTaskId()]);
unset($this->taskWorkers[$task->getTaskId()]);
$this->removeTask($task);
}elseif($task->isTerminated()){
$info = $task->getTerminationInfo();
$this->removeTask($task);