mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 10:53:05 +00:00
Updated RakLib
This commit is contained in:
@ -44,7 +44,7 @@ class MainLogger extends \ThreadedLogger{
|
||||
throw new \RuntimeException("MainLogger has been already created");
|
||||
}
|
||||
static::$logger = $this;
|
||||
@mkdir(basename($logFile), 0777, true);
|
||||
touch(basename($logFile));
|
||||
$this->logFile = $logFile;
|
||||
$this->hasANSI = (bool) $hasANSI;
|
||||
$this->logDebug = (bool) $logDebug;
|
||||
|
Submodule src/raklib updated: b6f3d9a5dc...7f6711a75e
Reference in New Issue
Block a user