mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Updated RakLib, fixed help message not showing command, added documentation to Plugin->getResource()
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user