completed the specific radio menu feature (was missing some bits)

This commit is contained in:
David Pierron
2025-08-01 19:39:54 +02:00
parent 54ff069711
commit c5743c993a
6 changed files with 17 additions and 14 deletions

View File

@@ -91,8 +91,9 @@ do
function TUM.supportAWACS.createMenu()
if not awacsGroupID then return end -- No AWACS
local rootMenu = TUM.getOrCreateRootMenu()
local rootPath = missionCommands.addSubMenu("⌾ Awacs")
local rootPath = missionCommands.addSubMenu("⌾ Awacs", rootMenu)
missionCommands.addCommand("Bogey dope", rootPath, doCommandBogeyDope, nil)
missionCommands.addCommand("Picture", rootPath, doCommandPicture, nil)
end