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