mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-09 03:06:55 +00:00
Added /reload command (does not reload source code)
This commit is contained in:
@ -52,7 +52,7 @@ class ServerScheduler{
|
||||
|
||||
public function __construct(){
|
||||
$this->queue = new ReversePriorityQueue();
|
||||
$this->asyncPool = new \Pool(self::$WORKERS, "Worker");
|
||||
$this->asyncPool = new \Pool(self::$WORKERS, "pocketmine\\scheduler\\AsyncWorker");
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user