mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-04 08:56:15 +00:00
Removed ThreadedFactory
This commit is contained in:
@ -30,7 +30,7 @@ class CommandReader extends Thread{
|
||||
private $shutdown = false;
|
||||
|
||||
public function __construct(){
|
||||
$this->buffer = \ThreadedFactory::create();
|
||||
$this->buffer = new \Threaded;
|
||||
$this->start();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user