mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 12:18:46 +00:00
Updated RakLib
This commit is contained in:
parent
1c20fcc8c7
commit
93b236811a
@ -44,7 +44,7 @@ class MainLogger extends \ThreadedLogger{
|
|||||||
throw new \RuntimeException("MainLogger has been already created");
|
throw new \RuntimeException("MainLogger has been already created");
|
||||||
}
|
}
|
||||||
static::$logger = $this;
|
static::$logger = $this;
|
||||||
@mkdir(basename($logFile), 0777, true);
|
touch(basename($logFile));
|
||||||
$this->logFile = $logFile;
|
$this->logFile = $logFile;
|
||||||
$this->hasANSI = (bool) $hasANSI;
|
$this->hasANSI = (bool) $hasANSI;
|
||||||
$this->logDebug = (bool) $logDebug;
|
$this->logDebug = (bool) $logDebug;
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit b6f3d9a5dc32a7f487335b50bb22660687f5f084
|
Subproject commit 7f6711a75ef0e64537cdeb302013386dd2b99c5f
|
Loading…
x
Reference in New Issue
Block a user