Update GameMessages.cpp

This commit is contained in:
David Markowitz 2025-01-09 21:26:58 -08:00 committed by GitHub
parent c058164a70
commit 94efb258e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1691,6 +1691,7 @@ void GameMessages::HandleRequestActivitySummaryLeaderboardData(RakNet::BitStream
bool weekly = inStream.ReadBit();
// The client cant accept more than 10 results.
LeaderboardManager::SendLeaderboard(gameID, queryType, weekly, entity->GetObjectID(), entity->GetObjectID(), 10);
}