From 29bb204e6dadd4d55c84d3198c5c2ba5e7bd26b3 Mon Sep 17 00:00:00 2001 From: Applevangelist Date: Sat, 10 Aug 2024 09:52:43 +0200 Subject: [PATCH] xx --- Moose Development/Moose/Wrapper/Static.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Moose Development/Moose/Wrapper/Static.lua b/Moose Development/Moose/Wrapper/Static.lua index 456cd779a..557d117cc 100644 --- a/Moose Development/Moose/Wrapper/Static.lua +++ b/Moose Development/Moose/Wrapper/Static.lua @@ -349,7 +349,7 @@ function STATIC:GetCargoWeight() if DCSObject then mass = DCSObject:getCargoWeight() or 0 local masstxt = DCSObject:getCargoDisplayName() or "none" - BASE:I("GetCargoWeight "..tostring(mass).." MassText "..masstxt) + --BASE:I("GetCargoWeight "..tostring(mass).." MassText "..masstxt) end return mass end