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
111fd73b94
commit
b6232d3c15
2
CTLD.lua
2
CTLD.lua
@ -2059,7 +2059,7 @@ function ctld.repackVehicle(_params, t) -- scan rrs table 'repackRequestsStack
|
||||
local crateWeight = v[1].weight
|
||||
local repackableUnit = Unit.getByName(repackableUnitName)
|
||||
|
||||
local PlayerTransportUnit = Unit.getByName(v[2][1])
|
||||
local PlayerTransportUnit = Unit.getByName(v[2])
|
||||
local TransportUnit = ctld.getTransportUnit(PlayerTransportUnitName)
|
||||
local spawnRefPoint = PlayerTransportUnit:getPoint()
|
||||
local refCountry = PlayerTransportUnit:getCountry()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user