AWACS aircraft now generated on mission start

This commit is contained in:
Ambroise Garel 2025-09-17 16:30:25 +02:00
parent 185685b706
commit 3484e2544c
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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