Who knows?!

This commit is contained in:
MarcEricMartel 2023-10-27 15:47:34 -04:00
parent e2e66f3b6c
commit 76a7d0218d

View File

@ -113,7 +113,7 @@ int Connector::Connect(const char* srv_addr, std::string name) {
//std::cout << "Packet invalide." << std::endl;
break;
}
currbuf = &currbuf[curr];
currbuf = &currbuf[curr + 1];
bytes -= curr;
if (errors > 100)
return 1;