Fix a crash in Evacuation

This commit is contained in:
abcdefg30
2020-05-29 11:57:53 +02:00
committed by Matthias Mailänder
parent 607d9b2d5c
commit 341a9f370c

View File

@@ -126,7 +126,7 @@ SendParatroopers = function()
local target = Map.CenterOfCell(para.drop)
local dir = target - Map.CenterOfCell(para.entry)
local aircraft = proxy.ActivateParatroopers(target, dir.facing)
local aircraft = proxy.ActivateParatroopers(target, dir.Facing)
Utils.Do(aircraft, function(a)
Trigger.OnPassengerExited(a, function(t, p)
IdleHunt(p)