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
8f2a335609
commit
9eb4fc66b5
2
CTLD.lua
2
CTLD.lua
@ -6185,7 +6185,7 @@ function ctld.updateRepackMenu(_playerUnitName)
|
||||
local repackableVehicles = ctld.getUnitsInRepackRadius(_playerUnitName, ctld.maximumDistanceRepackableUnitsSearch)
|
||||
if repackableVehicles then
|
||||
|
||||
missionCommands.removeItemForGroup(1, ctld.vehicleCommandsPath)
|
||||
missionCommands.removeItemForGroup(1, ctld.vehicleCommandsPath) -- remove the old menu
|
||||
local RepackmenuPath = missionCommands.addSubMenuForGroup(_groupId, ctld.i18n_translate("Repack Vehicles"), ctld.vehicleCommandsPath)
|
||||
|
||||
local menuEntries = {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user