This commit is contained in:
FullGas1
2025-05-20 17:46:02 +02:00
parent 97e7c72144
commit af3e4fab17

View File

@@ -890,6 +890,7 @@ ctld.internalCargoLimits = {
-- Remove the -- below to turn on options -- Remove the -- below to turn on options
["Mi-8MT"] = 2, ["Mi-8MT"] = 2,
["CH-47Fbl1"] = 8, ["CH-47Fbl1"] = 8,
["UH-1H"] = 3, -- to remove after debug
} }
@@ -1179,8 +1180,8 @@ ctld.spawnableCrates = {
ctld.spawnableCratesModels = { ctld.spawnableCratesModels = {
["load"] = { ["load"] = {
["category"] = "Fortifications", ["category"] = "Cargos", --"Fortifications"
["type"] = "Cargo04", ["type"] = "ammo_cargo", --"uh1h_cargo" --"Cargo04"
["canCargo"] = false, ["canCargo"] = false,
}, },
["sling"] = { ["sling"] = {