diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-03 12:09:41 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-03 12:09:41 +0200 |
commit | 1b6e0aa3d8f2774a68ef361141a0c4b7e411f3b2 (patch) | |
tree | 47ab67fec95b8a0289e46dd0da35e8a87cb473e1 | |
parent | 5d9bbd0b9dcb711b64c182ce666a6f7d4a86c8f3 (diff) | |
download | NorthstarLauncher-1b6e0aa3d8f2774a68ef361141a0c4b7e411f3b2.tar.gz NorthstarLauncher-1b6e0aa3d8f2774a68ef361141a0c4b7e411f3b2.zip |
Trial and error fix attempt
-rw-r--r-- | NorthstarDedicatedTest/cl_rcon.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/NorthstarDedicatedTest/cl_rcon.cpp b/NorthstarDedicatedTest/cl_rcon.cpp index 8278fa03..81b0902f 100644 --- a/NorthstarDedicatedTest/cl_rcon.cpp +++ b/NorthstarDedicatedTest/cl_rcon.cpp @@ -12,7 +12,7 @@ #include "sv_rcon.pb.h" #include "cl_rcon.pb.h" #include "cl_rcon.h" -#include "net.h" +// #include "net.h" #include "igameserverdata.h" //----------------------------------------------------------------------------- @@ -200,7 +200,7 @@ void CRConClient::Recv(void) } if (nRecvLen < 0 && !m_pSocket->IsSocketBlocking()) { - spdlog::error("RCON Cmd: recv error ({:s})", NET_ErrorString(WSAGetLastError())); + // spdlog::error("RCON Cmd: recv error ({:s})", NET_ErrorString(WSAGetLastError())); break; } |