mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-04 08:56:15 +00:00
Fixed constructors, default memory to -1, default async generator
This commit is contained in:
@ -32,7 +32,7 @@ class CommandReader extends Thread{
|
||||
/**
|
||||
* @param \Threaded $threaded
|
||||
*/
|
||||
public function __construct(\Threaded $threaded){
|
||||
public function __construct(){
|
||||
$this->buffer = \ThreadedFactory::create();
|
||||
$this->start();
|
||||
}
|
||||
|
Reference in New Issue
Block a user