From b29f485e15940da618fdbbee77849e5c053460ee Mon Sep 17 00:00:00 2001 From: Applevangelist Date: Sun, 4 Jan 2026 17:51:48 +0100 Subject: [PATCH] xx --- Moose Development/Moose/Wrapper/Unit.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Moose Development/Moose/Wrapper/Unit.lua b/Moose Development/Moose/Wrapper/Unit.lua index 6aa9639cc..1ca25ca08 100644 --- a/Moose Development/Moose/Wrapper/Unit.lua +++ b/Moose Development/Moose/Wrapper/Unit.lua @@ -1954,7 +1954,7 @@ function UNIT:SetValidateAndRepositionGroundUnits(Enabled) self.ValidateAndRepositionGroundUnits = Enabled end ---- Get the max kgs of fuel this unit can hold in its *internal* tank(s) and overall (with ext. tanks) in kgs. +--- Get the max kgs of fuel this unit can hold in its *internal* tank(s) and overall (with external tanks) in kgs. -- @param #UNIT self -- @return #number InternalFuel Max internal fuel in kgs. Zero if it cannot be determined. -- @return #number Overall Fuel Overall max in case there are external tanks in kgs. Zero if it cannot be determined.