diff --git a/src/pocketmine/network/rcon/RCONInstance.php b/src/pocketmine/network/rcon/RCONInstance.php index 9430eccbd..722c02db7 100644 --- a/src/pocketmine/network/rcon/RCONInstance.php +++ b/src/pocketmine/network/rcon/RCONInstance.php @@ -58,7 +58,7 @@ class RCONInstance extends Thread{ $this->{"timeout" . $n} = 0; } - $this->start(); + $this->start(PTHREADS_INHERIT_NONE); } private function writePacket($client, $requestID, $packetType, $payload){