mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-03 14:26:09 +00:00
add name to debug print, update ping time each packet
This commit is contained in:
@@ -467,6 +467,8 @@ std::string TNetwork::TCPRcv(TClient& c) {
|
||||
//debug("Parsing from " + c->GetName() + " -> " +std::to_string(Ret.size()));
|
||||
#endif
|
||||
|
||||
c.UpdatePingTime();
|
||||
|
||||
return Ret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user