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