Skip to content

Commit

Permalink
Add missing properties for class. Fix scrutinizer error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Austinb committed Aug 30, 2022
1 parent 6cf10eb commit f22c42e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/GameQ/Protocols/Stationeers.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit f22c42e

Please sign in to comment.