This commit is contained in:
Applevangelist 2024-08-10 09:52:43 +02:00
parent bf7c49708f
commit 29bb204e6d

View File

@ -349,7 +349,7 @@ function STATIC:GetCargoWeight()
if DCSObject then if DCSObject then
mass = DCSObject:getCargoWeight() or 0 mass = DCSObject:getCargoWeight() or 0
local masstxt = DCSObject:getCargoDisplayName() or "none" local masstxt = DCSObject:getCargoDisplayName() or "none"
BASE:I("GetCargoWeight "..tostring(mass).." MassText "..masstxt) --BASE:I("GetCargoWeight "..tostring(mass).." MassText "..masstxt)
end end
return mass return mass
end end