From 1b6e0aa3d8f2774a68ef361141a0c4b7e411f3b2 Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Wed, 3 Aug 2022 12:09:41 +0200 Subject: Trial and error fix attempt --- NorthstarDedicatedTest/cl_rcon.cpp | 4 ++-- 1 file 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; } -- cgit v1.2.3