diff options
Diffstat (limited to 'NorthstarDedicatedTest/igameserverdata.h')
-rw-r--r-- | NorthstarDedicatedTest/igameserverdata.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/igameserverdata.h b/NorthstarDedicatedTest/igameserverdata.h index 678d1e90..9cc6c759 100644 --- a/NorthstarDedicatedTest/igameserverdata.h +++ b/NorthstarDedicatedTest/igameserverdata.h @@ -33,6 +33,7 @@ class CConnectedNetConsoleData SocketHandle_t m_hSocket {}; int m_nCharsInCommandBuffer {}; char m_pszInputCommandBuffer[MAX_NETCONSOLE_INPUT_LEN] {}; + bool m_bValidated {}; // Revalidates netconsole if false. bool m_bAuthorized {}; // Set to true after netconsole successfully authed. bool m_bInputOnly {}; // If set, don't send spew to this net console. int m_nFailedAttempts {}; // Num failed authentication attempts. |