diff --git a/src/GameQ/Protocols/Stationeers.php b/src/GameQ/Protocols/Stationeers.php index f784bce3..a6d97c63 100644 --- a/src/GameQ/Protocols/Stationeers.php +++ b/src/GameQ/Protocols/Stationeers.php @@ -41,6 +41,20 @@ class Stationeers extends Http */ const SERVER_LIST_PORT = 8081; + /** + * Holds the real ip so we can overwrite it back + * + * @var string + */ + protected $realIp = null; + + /** + * Holds the real port so we can overwrite it back + * + * @var int + */ + protected $realPortQuery = null; + /** * Packets to send *