mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-03 14:26:09 +00:00
Fixed windows not linking
This commit is contained in:
committed by
Anonymous275
parent
7e6d5ce359
commit
fab20276ff
@@ -79,5 +79,5 @@ int TClient::SecondsSinceLastPing() {
|
||||
auto seconds = std::chrono::duration_cast<std::chrono::seconds>(
|
||||
std::chrono::high_resolution_clock::now() - mLastPingTime)
|
||||
.count();
|
||||
return seconds;
|
||||
return int(seconds);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user