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
@@ -44,6 +44,7 @@ void TPPSMonitor::operator()() {
|
||||
for (auto& ClientToKick : TimedOutClients) {
|
||||
TCPServer().ClientKick(*ClientToKick, "Timeout (no ping for >10 seconds)");
|
||||
}
|
||||
TimedOutClients.clear();
|
||||
if (C == 0 || mInternalPPS == 0) {
|
||||
Application::SetPPS("-");
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user