Don't translate enemy objectives.

This commit is contained in:
Matthias Mailänder
2022-12-26 13:05:42 +01:00
committed by abcdefg30
parent 7cdc8c4ec5
commit f013a003a0
19 changed files with 19 additions and 26 deletions

View File

@@ -52,7 +52,7 @@ WorldLoaded = function()
InitObjectives(Nod)
GDIObjective = AddPrimaryObjective(Nod, "eliminate-nod")
GDIObjective = AddPrimaryObjective(GDI, "")
WarFactoryObjective = AddPrimaryObjective(Nod, "destroy-capture-warfactory")
DestroyTanksObjective = AddPrimaryObjective(Nod, "destroy-mammoth-tanks")
KeepRamboAliveObjective = AddSecondaryObjective(Nod, "keep-commando-alive")