Who knows?!
This commit is contained in:
parent
e2e66f3b6c
commit
76a7d0218d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user