mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2026-08-24 10:15:18 +00:00
Changed UTF-8 symbol in menu
This commit is contained in:
@@ -92,7 +92,7 @@ do
|
|||||||
function TUM.supportAWACS.createMenu()
|
function TUM.supportAWACS.createMenu()
|
||||||
if not awacsGroupID then return end -- No AWACS
|
if not awacsGroupID then return end -- No AWACS
|
||||||
|
|
||||||
local rootPath = missionCommands.addSubMenu("✈ Awacs")
|
local rootPath = missionCommands.addSubMenu("⌾ Awacs")
|
||||||
missionCommands.addCommand("Bogey dope", rootPath, doCommandBogeyDope, nil)
|
missionCommands.addCommand("Bogey dope", rootPath, doCommandBogeyDope, nil)
|
||||||
missionCommands.addCommand("Picture", rootPath, doCommandPicture, nil)
|
missionCommands.addCommand("Picture", rootPath, doCommandPicture, nil)
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ do
|
|||||||
if TUM.settings.getValue(TUM.settings.id.MULTIPLAYER) then return end -- No wingmen in multiplayer
|
if TUM.settings.getValue(TUM.settings.id.MULTIPLAYER) then return end -- No wingmen in multiplayer
|
||||||
-- TODO: if WINGMEN_COUNT == 0 then return end
|
-- TODO: if WINGMEN_COUNT == 0 then return end
|
||||||
|
|
||||||
local rootPath = missionCommands.addSubMenu("Flight")
|
local rootPath = missionCommands.addSubMenu("✈ Flight")
|
||||||
|
|
||||||
local engagePath = missionCommands.addSubMenu("Engage", rootPath)
|
local engagePath = missionCommands.addSubMenu("Engage", rootPath)
|
||||||
missionCommands.addCommand("Bandits", engagePath, radioCommandEngage, { attributes = nil, category = Group.Category.HELICOPTER, radioMessageSuffix = "Bandits" })
|
missionCommands.addCommand("Bandits", engagePath, radioCommandEngage, { attributes = nil, category = Group.Category.HELICOPTER, radioMessageSuffix = "Bandits" })
|
||||||
|
|||||||
Reference in New Issue
Block a user