Fix a crash in soviet05

This commit is contained in:
abcdefg30
2015-07-01 19:10:26 +02:00
parent 699822cd51
commit a486ba9371

View File

@@ -95,7 +95,7 @@ IslandTroops2 = function()
elseif Map.Difficulty == "Easy" then
return
else
Trigger.OnAllKilled(unit, function()
Trigger.OnAllKilled(units, function()
if Map.Difficulty == "Hard" then
Trigger.AfterDelay(DateTime.Minutes(3), IslandTroops2)
else