completed the specific radio menu feature (was missing some bits)

This commit is contained in:
David Pierron
2025-08-01 19:39:54 +02:00
parent 54ff069711
commit c5743c993a
6 changed files with 17 additions and 14 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ do
function TUM.debugMenu.createMenu()
if not TUM.DEBUG_MODE then return end
local rootMenu = missionCommands.addSubMenu("[DEBUG]")
local rootMenu = missionCommands.addSubMenu("[DEBUG]", TUM.getOrCreateRootMenu())
missionCommands.addCommand("Detonate - BOOM map markers", rootMenu, doMarkersBoom, nil)
missionCommands.addCommand("Detonate - AIRBOOM map markers", rootMenu, doMarkersAirBoom, nil)
missionCommands.addCommand("Wingman - kill", rootMenu, doKillWingman, nil)