Fix a crash in Allies 06a.

This commit is contained in:
Matthias Mailänder
2022-10-21 15:58:53 +02:00
committed by Smittytron
parent c100e64c8e
commit 5c8a537efd

View File

@@ -179,7 +179,7 @@ WorldLoaded = function()
player = Player.GetPlayer("Greece")
ussr = Player.GetPlayer("USSR")
InitObjectives(Greece)
InitObjectives(player)
InfiltrateTechCenterObj = player.AddObjective("Infiltrate one of the Soviet tech centers with a spy.")
CaptureRadarDomeObj = player.AddObjective("Capture the Radar Dome at the shore.", "Secondary", false)