Fix duplicate translations

This commit is contained in:
Gustas
2023-04-29 15:34:32 +03:00
committed by Matthias Mailänder
parent b5ef9c29cf
commit ff14b75e1b
2 changed files with 5 additions and 4 deletions

View File

@@ -303,7 +303,7 @@ AddObjectives = function()
EliminateSuperTanks = AddPrimaryObjective(Greece, "eliminate-super-tanks")
StealMoney = AddPrimaryObjective(Greece, "steal-money-outpost")
CrossRiver = AddPrimaryObjective(Greece, "cross-river")
FindOutpost = AddPrimaryObjective(Greece, "find-outpost")
FindOutpost = AddPrimaryObjective(Greece, "find-outpost-and-repair")
RescueCivilians = AddSecondaryObjective(Greece, "evacuate-civilian-hospital")
BadGuyObj = AddPrimaryObjective(BadGuy, "")
USSRObj = AddPrimaryObjective(USSR, "")