fix them again

This commit is contained in:
David Markowitz
2025-01-02 01:20:27 -08:00
parent 9936bb0d00
commit 2054df52bf
5 changed files with 26 additions and 22 deletions

View File

@@ -342,7 +342,7 @@ void SGCannon::StartGame(Entity* self) {
auto* player = Game::entityManager->GetEntity(self->GetVar<LWOOBJID>(PlayerIDVariable));
if (player != nullptr) {
GetLeaderboardData(self, player->GetObjectID(), GetActivityID(self), 1);
GetLeaderboardData(self, player->GetObjectID(), GetConstants().activityID, 10);
LOG("Sending ActivityStart");
GameMessages::SendActivityStart(self->GetObjectID(), player->GetSystemAddress());