mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-08 16:56:08 +00:00
possible fix for ping=?
This commit is contained in:
@@ -172,10 +172,6 @@ std::string UDPRcvFromClient(sockaddr_in& client) {
|
||||
#endif // WIN32
|
||||
return "";
|
||||
}
|
||||
Ret = Ret.substr(0,Rcv);
|
||||
if(Ret.find("Zp") != std::string::npos && Ret.size() > 500){
|
||||
abort();
|
||||
}
|
||||
return Ret.substr(0,Rcv);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user