mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-03 16:45:13 +00:00
New console output formatting
This commit is contained in:
@ -29,9 +29,6 @@ class CommandReader extends Thread{
|
||||
/** @var \Threaded */
|
||||
protected $buffer;
|
||||
|
||||
/**
|
||||
* @param \Threaded $threaded
|
||||
*/
|
||||
public function __construct(){
|
||||
$this->buffer = \ThreadedFactory::create();
|
||||
$this->start();
|
||||
@ -82,4 +79,8 @@ class CommandReader extends Thread{
|
||||
$lastLine = microtime(true);
|
||||
}
|
||||
}
|
||||
|
||||
public function getThreadName(){
|
||||
return "Console";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user