mirror of
https://github.com/ciribob/DCS-CTLD.git
synced 2026-08-19 13:46:01 +00:00
for debug
This commit is contained in:
@@ -2032,7 +2032,8 @@ function ctld.repackVehicle(_params, t) -- scan rrs table 'repackRequestsStack'
|
|||||||
if t == nil then
|
if t == nil then
|
||||||
t = timer.getTime()
|
t = timer.getTime()
|
||||||
end
|
end
|
||||||
--ctld.logTrace("FG_ ctld.repackVehicle = %s", ctld.p(mist.utils.tableShow(ctld.repackRequestsStack)))
|
ctld.logTrace("FG_ ctld.repackVehicle.ctld.repackRequestsStack = %s", ctld.p(mist.utils.tableShow(ctld.repackRequestsStack)))
|
||||||
|
ctld.logTrace("FG_ ctld.repackVehicle._params = %s", ctld.p(mist.utils.tableShow(_params)))
|
||||||
for ii, v in ipairs(ctld.repackRequestsStack) do
|
for ii, v in ipairs(ctld.repackRequestsStack) do
|
||||||
local repackableUnitName = v[1].repackableUnitName
|
local repackableUnitName = v[1].repackableUnitName
|
||||||
local crateWeight = v[1].weight
|
local crateWeight = v[1].weight
|
||||||
|
|||||||
Reference in New Issue
Block a user