RCONInstance: inherit runtime-defined INI entries

This commit is contained in:
Dylan K. Taylor 2018-06-18 10:32:17 +01:00
parent 4e7d1a7947
commit 30ad3a1705

View File

@ -68,7 +68,7 @@ class RCONInstance extends Thread{
$this->ipcSocket = $ipcSocket;
$this->notifier = $notifier;
$this->start(PTHREADS_INHERIT_NONE);
$this->start(PTHREADS_INHERIT_INI); //HACK: need INI for timezone (logger)
}
private function writePacket($client, int $requestID, int $packetType, string $payload){