mirror of
https://github.com/ciribob/DCS-CTLD.git
synced 2026-08-23 09:45:48 +00:00
debug
This commit is contained in:
@@ -5841,8 +5841,10 @@ function ctld.addTransportF10MenuOptions(_unitName)
|
|||||||
_vehicleCommandsPath, ctld.unloadTroops, { _unitName, false })
|
_vehicleCommandsPath, ctld.unloadTroops, { _unitName, false })
|
||||||
missionCommands.addCommandForGroup(_groupId, ctld.i18n_translate("Load / Extract Vehicles"),
|
missionCommands.addCommandForGroup(_groupId, ctld.i18n_translate("Load / Extract Vehicles"),
|
||||||
_vehicleCommandsPath, ctld.loadTroopsFromZone, { _unitName, false, "", true })
|
_vehicleCommandsPath, ctld.loadTroopsFromZone, { _unitName, false, "", true })
|
||||||
|
ctld.logDebug("PASS..1", ctld.p(_unitName))
|
||||||
|
|
||||||
if ctld.vehicleCommandsPath[_unitName] == nil then
|
if ctld.vehicleCommandsPath[_unitName] == nil then
|
||||||
|
ctld.logDebug("PASS..2", ctld.p(_unitName))
|
||||||
ctld.vehicleCommandsPath[_unitName] = mist.utils.deepCopy(_vehicleCommandsPath)
|
ctld.vehicleCommandsPath[_unitName] = mist.utils.deepCopy(_vehicleCommandsPath)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user