Fix a crash in Evacuation
This commit is contained in:
committed by
Matthias Mailänder
parent
607d9b2d5c
commit
341a9f370c
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user