Allies01: Fix the extraction helicopter landing before being removed
This commit is contained in:
@@ -84,7 +84,7 @@ end
|
|||||||
EvacuateHelicopter = function()
|
EvacuateHelicopter = function()
|
||||||
if heli.HasPassengers then
|
if heli.HasPassengers then
|
||||||
heli.Move(ExtractionExitPoint.Location)
|
heli.Move(ExtractionExitPoint.Location)
|
||||||
Trigger.OnIdle(heli, heli.Destroy)
|
heli.Destroy()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user