mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2026-08-25 20:35:19 +00:00
Added UTF-8 symbol for "Objectives" submenu
This commit is contained in:
@@ -36,7 +36,7 @@ do
|
|||||||
missionCommands.removeItem() -- Clear the menu
|
missionCommands.removeItem() -- Clear the menu
|
||||||
missionCommands.addCommand("☱ Mission status", nil, doCommandMissionStatus, nil)
|
missionCommands.addCommand("☱ Mission status", nil, doCommandMissionStatus, nil)
|
||||||
|
|
||||||
local objectivesMenuRoot = missionCommands.addSubMenu("Objectives")
|
local objectivesMenuRoot = missionCommands.addSubMenu("❖ Objectives")
|
||||||
for i=1,TUM.objectives.getCount() do
|
for i=1,TUM.objectives.getCount() do
|
||||||
local obj = TUM.objectives.getObjective(i)
|
local obj = TUM.objectives.getObjective(i)
|
||||||
if obj then
|
if obj then
|
||||||
|
|||||||
Reference in New Issue
Block a user