Remove trailing white-space from lua files

This commit is contained in:
Ivaylo Draganov
2020-05-22 23:05:10 +03:00
committed by abcdefg30
parent 6d26f60904
commit 150d02ac0d
23 changed files with 58 additions and 58 deletions

View File

@@ -125,7 +125,7 @@ SendParatroopers = function()
local proxy = Actor.Create(para.proxy, false, { Owner = soviets })
local target = Map.CenterOfCell(para.drop)
local dir = target - Map.CenterOfCell(para.entry)
local aircraft = proxy.ActivateParatroopers(target, dir.facing)
Utils.Do(aircraft, function(a)
Trigger.OnPassengerExited(a, function(t, p)