From 5c8a537efd2532e8b57f25c052388518d264af7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Fri, 21 Oct 2022 15:58:53 +0200 Subject: [PATCH] Fix a crash in Allies 06a. --- mods/ra/maps/allies-06a/allies06a.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ra/maps/allies-06a/allies06a.lua b/mods/ra/maps/allies-06a/allies06a.lua index 8d5ce30479..dacdc0ea61 100644 --- a/mods/ra/maps/allies-06a/allies06a.lua +++ b/mods/ra/maps/allies-06a/allies06a.lua @@ -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)