Improvement of the C-130 and C-17A

This commit is contained in:
FlightControl
2018-09-17 11:17:59 +02:00
parent f5a68db7ef
commit f8e1c21a13
2 changed files with 10 additions and 2 deletions

View File

@@ -143,6 +143,7 @@ function AI_CARGO:New( Carrier, CargoSet )
-- @param #string To
for _, CarrierUnit in pairs( Carrier:GetUnits() ) do
local CarrierUnit = CarrierUnit -- Wrapper.Unit#UNIT
CarrierUnit:SetCargoBayWeightLimit()
end