OH YEAH.
This commit is contained in:
@@ -107,10 +107,10 @@ int Connector::Connect(const char* srv_addr, std::string name) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (lsPck.empty())
|
||||
errors++;
|
||||
//if (lsPck.empty())
|
||||
//errors++;
|
||||
lsPck.clear();
|
||||
if (errors > 1000000)
|
||||
if (errors > 1000)
|
||||
return 4;
|
||||
}
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user