mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2025-11-25 19:31:01 +00:00
AWACS aircraft now generated on mission start
This commit is contained in:
parent
185685b706
commit
3484e2544c
@ -167,6 +167,8 @@ function TUM.initialize()
|
||||
timer.scheduleFunction(TUM.onClockTick, nil, timer.getTime() + math.random(10, 15))
|
||||
end
|
||||
end
|
||||
|
||||
TUM.supportAWACS.create()
|
||||
end
|
||||
|
||||
if TUM.administrativeSettings.getValue(TUM.administrativeSettings.INITIALIZE_AUTOMATICALLY) then
|
||||
|
||||
@ -73,7 +73,7 @@ do
|
||||
return
|
||||
end
|
||||
|
||||
TUM.supportAWACS.create() -- Create the AWACS aircraft if it wasn't airborne already
|
||||
-- TUM.supportAWACS.create() -- Create the AWACS aircraft if it wasn't airborne already
|
||||
TUM.enemyAirDefense.create() -- Must be called once objectives have been created
|
||||
TUM.airForce.create() -- Must be called once objectives have been created
|
||||
TUM.missionMenu.create() -- Must be called once objectives have been created
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user