Allies01: Fix the extraction helicopter landing before being removed

This commit is contained in:
abcdefg30
2019-01-02 21:31:39 +01:00
committed by Paul Chote
parent 3e93242929
commit 76b05c0c0d

View File

@@ -84,7 +84,7 @@ end
EvacuateHelicopter = function()
if heli.HasPassengers then
heli.Move(ExtractionExitPoint.Location)
Trigger.OnIdle(heli, heli.Destroy)
heli.Destroy()
end
end