mirror of
https://github.com/ciribob/DCS-CTLD.git
synced 2025-08-15 06:17:22 +00:00
fixes
This commit is contained in:
parent
4d0062dee3
commit
dcdf6438a1
3
CTLD.lua
3
CTLD.lua
@ -6117,8 +6117,7 @@ function ctld.addJTACRadioCommand(_side)
|
||||
if _groupId then
|
||||
local newGroup = false
|
||||
if ctld.jtacRadioAdded[tostring(_groupId)] == nil then
|
||||
--ctld.logDebug("ctld.addJTACRadioCommand - adding JTAC radio menu for unit [%s]",
|
||||
ctld.p(_playerUnit:getName()))
|
||||
--ctld.logDebug("ctld.addJTACRadioCommand - adding JTAC radio menu for unit [%s]", ctld.p(_playerUnit:getName()))
|
||||
newGroup = true
|
||||
local JTACpath = missionCommands.addSubMenuForGroup(_groupId, ctld.jtacMenuName)
|
||||
missionCommands.addCommandForGroup(_groupId, ctld.i18n_translate("JTAC Status"), JTACpath,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user