mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
xx
This commit is contained in:
parent
bf7c49708f
commit
29bb204e6d
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user