Revert "Don't give activity loot for Battle of Nimbus Station"

This commit is contained in:
Jett
2022-06-13 04:19:27 +01:00
committed by GitHub
parent 2868465e89
commit 842cb80137
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, false, false);
StopActivity(self, playerID, wave, time, score);
}
}