mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2026-08-28 23:45:18 +00:00
AWACS aircraft now generated on mission start
This commit is contained in:
@@ -167,6 +167,8 @@ function TUM.initialize()
|
|||||||
timer.scheduleFunction(TUM.onClockTick, nil, timer.getTime() + math.random(10, 15))
|
timer.scheduleFunction(TUM.onClockTick, nil, timer.getTime() + math.random(10, 15))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
TUM.supportAWACS.create()
|
||||||
end
|
end
|
||||||
|
|
||||||
if TUM.administrativeSettings.getValue(TUM.administrativeSettings.INITIALIZE_AUTOMATICALLY) then
|
if TUM.administrativeSettings.getValue(TUM.administrativeSettings.INITIALIZE_AUTOMATICALLY) then
|
||||||
|
|||||||
@@ -73,7 +73,7 @@ do
|
|||||||
return
|
return
|
||||||
end
|
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.enemyAirDefense.create() -- Must be called once objectives have been created
|
||||||
TUM.airForce.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
|
TUM.missionMenu.create() -- Must be called once objectives have been created
|
||||||
|
|||||||
Reference in New Issue
Block a user