mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2025-11-25 19:31:01 +00:00
completed the specific radio menu feature (was missing some bits)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user