From 76b05c0c0d1c088c7d19b436f9cae1ebad59ee76 Mon Sep 17 00:00:00 2001 From: abcdefg30 Date: Wed, 2 Jan 2019 21:31:39 +0100 Subject: [PATCH] Allies01: Fix the extraction helicopter landing before being removed --- mods/ra/maps/allies-01/allies01.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ra/maps/allies-01/allies01.lua b/mods/ra/maps/allies-01/allies01.lua index d0b61fe0a9..30756de02c 100644 --- a/mods/ra/maps/allies-01/allies01.lua +++ b/mods/ra/maps/allies-01/allies01.lua @@ -84,7 +84,7 @@ end EvacuateHelicopter = function() if heli.HasPassengers then heli.Move(ExtractionExitPoint.Location) - Trigger.OnIdle(heli, heli.Destroy) + heli.Destroy() end end