Use chrono library instead

This commit is contained in:
David Markowitz
2025-05-14 01:14:07 -07:00
parent 6e959492db
commit d993a772d7
2 changed files with 7 additions and 5 deletions

View File

@@ -1698,7 +1698,7 @@ void GameMessages::HandleRequestActivitySummaryLeaderboardData(RakNet::BitStream
bool weekly = inStream.ReadBit();
// The client cant accept more than 10 results.
// The client won't accept more than 10 results even if we wanted it to
LeaderboardManager::SendLeaderboard(gameID, queryType, weekly, entity->GetObjectID(), entity->GetObjectID(), 10);
}