And though the news was rather sad

This commit is contained in:
MarcEricMartel 2023-10-28 12:06:01 -04:00
parent 3f8d860b93
commit a69e716105

View File

@ -74,9 +74,6 @@ int Connector::Connect(const char* srv_addr, std::string name) {
while (!ready) { while (!ready) {
lsPck = netprot::recvPacks(m_sock_tcp, &bf); lsPck = netprot::recvPacks(m_sock_tcp, &bf);
if (lsPck.empty())
errors++;
for (auto& pck : lsPck) { for (auto& pck : lsPck) {
bool bypass_delete = false; bool bypass_delete = false;
netprot::PlayerInfo* pl = nullptr; netprot::PlayerInfo* pl = nullptr;