Changed UTF-8 symbol in menu

This commit is contained in:
Ambroise Garel
2025-07-25 21:08:19 +02:00
parent 0165dd807c
commit 10440b3f01
2 changed files with 2 additions and 2 deletions
@@ -92,7 +92,7 @@ do
function TUM.supportAWACS.createMenu()
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("Picture", rootPath, doCommandPicture, nil)
end