Merge branch 'master' into develop

This commit is contained in:
Frank
2021-01-01 10:16:58 +01:00
3 changed files with 27 additions and 16 deletions

View File

@@ -1464,7 +1464,7 @@ do -- Cargo
["Dry-cargo ship-1"] = 70000,
["Dry-cargo ship-2"] = 70000,
}
self.__.CargoBayWeightLimit = Weights[Desc.typeName]
self.__.CargoBayWeightLimit = ( Weights[Desc.typeName] or 50000 )
else
local Desc = self:GetDesc()