diff --git a/src/pocketmine/network/rcon/RCONInstance.php b/src/pocketmine/network/rcon/RCONInstance.php index 495f6eccc..56a780edd 100644 --- a/src/pocketmine/network/rcon/RCONInstance.php +++ b/src/pocketmine/network/rcon/RCONInstance.php @@ -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){