mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2025-11-25 19:31:01 +00:00
Removed some AI options causing trouble with AI aircraft
This commit is contained in:
parent
1b00147ede
commit
8d097be575
@ -206,7 +206,6 @@ do
|
||||
-- Setup options
|
||||
options = options or {}
|
||||
--options.heading = nil
|
||||
options.altitude = options.altitude or 0
|
||||
options.altitudeType = options.altitudeType or "BARO"
|
||||
options.hidden = hidden
|
||||
options.isMoving = false
|
||||
@ -360,9 +359,8 @@ do
|
||||
local groupCallsign = nil
|
||||
|
||||
if isAirUnit then
|
||||
setOption(groupTable, AI.Option.Air.id.FORCED_ATTACK, true)
|
||||
setOption(groupTable, AI.Option.Air.id.RTB_ON_BINGO, false)
|
||||
|
||||
-- setOption(groupTable, AI.Option.Air.id.FORCED_ATTACK, true)
|
||||
-- setOption(groupTable, AI.Option.Air.id.RTB_ON_BINGO, false)
|
||||
if options.prohibitJettison then setOption(groupTable, AI.Option.Air.id.PROHIBIT_JETT, true) end
|
||||
|
||||
if options.taskAwacs then setAircraftTaskAwacs(groupTable) end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user