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:
@ -48,7 +48,7 @@ class MainLogger extends \AttachableThreadedLogger{
|
||||
touch($logFile);
|
||||
$this->logFile = $logFile;
|
||||
$this->logDebug = (bool) $logDebug;
|
||||
$this->logStream = \ThreadedFactory::create();
|
||||
$this->logStream = new \Threaded;
|
||||
$this->start();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user