aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NorthstarDedicatedTest/cl_rcon.cpp4
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;
}