diff --git a/Moose Development/Moose/Core/SpawnStatic.lua b/Moose Development/Moose/Core/SpawnStatic.lua index 95b41655d..b7a6fae28 100644 --- a/Moose Development/Moose/Core/SpawnStatic.lua +++ b/Moose Development/Moose/Core/SpawnStatic.lua @@ -422,7 +422,11 @@ function SPAWNSTATIC:_SpawnStatic(Template, CountryID) end if self.InitCargo~=nil then - Template.isCargo=self.InitCargo + Template.canCargo=self.InitCargo + end + + if self.InitCargoMass~=nil then + Template.mass=self.InitCargoMass end if self.InitLinkUnit then