mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-03 14:26:09 +00:00
fixed ghost player issue
This commit is contained in:
committed by
Anonymous275
parent
b81ac35b37
commit
f13523fbe5
@@ -79,6 +79,5 @@ int TClient::SecondsSinceLastPing() {
|
||||
auto seconds = std::chrono::duration_cast<std::chrono::seconds>(
|
||||
std::chrono::high_resolution_clock::now() - mLastPingTime)
|
||||
.count();
|
||||
debug("ping time for " + GetName() + ": " + std::to_string(seconds));
|
||||
return seconds;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user