From 267156e04e5f2bef3cd9b9f43ed257d29322eed0 Mon Sep 17 00:00:00 2001 From: FullGas1 <51051389+FullGas1@users.noreply.github.com> Date: Sun, 30 Mar 2025 00:00:34 +0100 Subject: [PATCH] debug --- CTLD.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/CTLD.lua b/CTLD.lua index f760f24..7edc0c5 100644 --- a/CTLD.lua +++ b/CTLD.lua @@ -6020,6 +6020,7 @@ function ctld.updateRepackMenu(_playerUnitName) missionCommands.removeItemForGroup(1, RepackCommandsPath) -- remove the old repack menu local RepackmenuPath = missionCommands.addSubMenuForGroup(_groupId,ctld.i18n_translate("Repack Vehicles"), ctld.vehicleCommandsPath[_playerUnitName]) local menuEntries = {} + ctld.logTrace("FG_ ctld.updateRepackMenu.RepackmenuPath = %s", ctld.p(RepackmenuPath)) for _, _vehicle in pairs(repackableVehicles) do table.insert(menuEntries, { text = ctld.i18n_translate("repack ") .. _vehicle.unit,