mirror of
https://github.com/ciribob/DCS-CTLD.git
synced 2025-08-15 06:17:22 +00:00
commit
This commit is contained in:
5
CTLD.lua
5
CTLD.lua
@@ -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"] = {
|
||||||
|
|||||||
Reference in New Issue
Block a user