mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-03 14:26:09 +00:00
add print on ping
This commit is contained in:
committed by
Anonymous275
parent
e04a569e33
commit
32038046d5
@@ -95,6 +95,7 @@ void TServer::GlobalParser(std::weak_ptr<TClient> Client, std::string Packet, TP
|
||||
TCPServer.Respond(*LockedClient, ("p"), false);
|
||||
TCPServer.UpdatePlayer(*LockedClient);
|
||||
LockedClient->UpdatePingTime();
|
||||
debug("ping received from " + LockedClient->GetName());
|
||||
return;
|
||||
case 'O':
|
||||
if (Packet.length() > 1000) {
|
||||
|
||||
Reference in New Issue
Block a user