Moved "Request objective coordinates" radio commands to new "Navigation" submenu

This commit is contained in:
Ambroise Garel
2025-07-29 14:29:06 +02:00
parent 09e25ea09e
commit 89e390eaa0
5 changed files with 74 additions and 38 deletions
+1 -1
View File
@@ -88,6 +88,6 @@ do
local objectiveDB = Library.tasks[obj.taskID]
if not DCSEx.table.contains(objectiveDB.flags, DCSEx.enums.taskFlag.ALLOW_JTAC) then return end -- No JTAC for this objective
missionCommands.addCommand("Require smoke marker on target ("..tostring(SMOKE_MARKER_PENALTY).."xp)", menuRoot, doCommandSmoke, index)
missionCommands.addCommand("Smoke marker on target ("..tostring(SMOKE_MARKER_PENALTY).."xp)", menuRoot, doCommandSmoke, index)
end
end