This commit is contained in:
Frank
2020-03-28 16:51:06 +01:00
parent 891235032a
commit d9f7be4f25
2 changed files with 7 additions and 4 deletions
@@ -1195,8 +1195,8 @@ function CONTROLLABLE:TaskBombingRunway(Airbase, WeaponType, WeaponExpend, Attac
weaponType = WeaponType or ENUMS.WeaponFlag.AnyBomb,
expend = WeaponExpend or AI.Task.WeaponExpend.ALL,
attackQty = AttackQty or 1,
direction = Direction and math.rad(Direction) or nil,
groupAttack = GroupAttack and GroupAttack or false,
direction = Direction and math.rad(Direction) or 0,
groupAttack = GroupAttack and true or false,
},
}