From a69e7161056a9f7394e701bef790db662c8348d0 Mon Sep 17 00:00:00 2001 From: MarcEricMartel Date: Sat, 28 Oct 2023 12:06:01 -0400 Subject: [PATCH] And though the news was rather sad --- SQCSim2021/connector.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/SQCSim2021/connector.cpp b/SQCSim2021/connector.cpp index f850b56..58d4f29 100644 --- a/SQCSim2021/connector.cpp +++ b/SQCSim2021/connector.cpp @@ -74,9 +74,6 @@ int Connector::Connect(const char* srv_addr, std::string name) { while (!ready) { lsPck = netprot::recvPacks(m_sock_tcp, &bf); - if (lsPck.empty()) - errors++; - for (auto& pck : lsPck) { bool bypass_delete = false; netprot::PlayerInfo* pl = nullptr;