Don't give activity loot for Battle of Nimbus Station

Address an issue on Brick Mesa where Battle of Nimbus Station was dropping activity loot.  Tested completing Battle of Nimbus Station and ending early and was not given loot as is expected.
This commit is contained in:
EmosewaMC
2022-06-12 19:25:28 -07:00
parent df9f9f08b6
commit ef8ea13d99
3 changed files with 4 additions and 4 deletions

View File

@@ -371,7 +371,7 @@ void BaseWavesServer::GameOver(Entity *self, bool won) {
missionComponent->Progress(MissionTaskType::MISSION_TASK_TYPE_MINIGAME, time, self->GetObjectID(), self->GetVar<std::string>(MissionTypeVariable));
}
StopActivity(self, playerID, wave, time, score);
StopActivity(self, playerID, wave, time, score, false, false);
}
}