mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 00:33:59 +00:00
RCONInstance: inherit runtime-defined INI entries
This commit is contained in:
parent
4e7d1a7947
commit
30ad3a1705
@ -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){
|
||||
|
Loading…
x
Reference in New Issue
Block a user