mirror of
https://github.com/ciribob/DCS-CTLD.git
synced 2025-08-15 06:17:22 +00:00
for debug
This commit is contained in:
parent
d50bcfccd9
commit
c1aba95b6f
3
CTLD.lua
3
CTLD.lua
@ -2032,7 +2032,8 @@ function ctld.repackVehicle(_params, t) -- scan rrs table 'repackRequestsStack'
|
||||
if t == nil then
|
||||
t = timer.getTime()
|
||||
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
|
||||
local repackableUnitName = v[1].repackableUnitName
|
||||
local crateWeight = v[1].weight
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user