diff options
author | Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> | 2022-05-05 20:24:41 +0200 |
---|---|---|
committer | Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> | 2022-05-05 20:24:41 +0200 |
commit | 7091699fedf0bd1a56526af54256a09652539a74 (patch) | |
tree | 3db1ecb8e175aeea36a2a10845edf93dd230b887 /NorthstarDedicatedTest/igameserverdata.h | |
parent | 958c08c005e33ea83b90358f74cf13ab5fa6c279 (diff) | |
download | NorthstarLauncher-7091699fedf0bd1a56526af54256a09652539a74.tar.gz NorthstarLauncher-7091699fedf0bd1a56526af54256a09652539a74.zip |
Fix clang format
Diffstat (limited to 'NorthstarDedicatedTest/igameserverdata.h')
-rw-r--r-- | NorthstarDedicatedTest/igameserverdata.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/NorthstarDedicatedTest/igameserverdata.h b/NorthstarDedicatedTest/igameserverdata.h index c3781d46..678d1e90 100644 --- a/NorthstarDedicatedTest/igameserverdata.h +++ b/NorthstarDedicatedTest/igameserverdata.h @@ -30,13 +30,13 @@ enum class ServerDataResponseType_t : int class CConnectedNetConsoleData { public: - SocketHandle_t m_hSocket{}; - int m_nCharsInCommandBuffer{}; - char m_pszInputCommandBuffer[MAX_NETCONSOLE_INPUT_LEN]{}; - 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. - int m_nIgnoredMessage{}; // Count how many times client ignored the no-auth message. + SocketHandle_t m_hSocket {}; + int m_nCharsInCommandBuffer {}; + char m_pszInputCommandBuffer[MAX_NETCONSOLE_INPUT_LEN] {}; + 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. + int m_nIgnoredMessage {}; // Count how many times client ignored the no-auth message. CConnectedNetConsoleData(SocketHandle_t hSocket = -1) { |