From 23e83bf53a2f0baa601afd6c2294b9eb3388a1f1 Mon Sep 17 00:00:00 2001 From: FullGas1 <51051389+FullGas1@users.noreply.github.com> Date: Sat, 29 Mar 2025 10:32:31 +0100 Subject: [PATCH] commit --- CTLD.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CTLD.lua b/CTLD.lua index e56877d..4005a26 100644 --- a/CTLD.lua +++ b/CTLD.lua @@ -809,6 +809,7 @@ ctld.vehicleTransportEnabled = { "76MD", -- the il-76 mod doesnt use a normal - sign so il-76md wont match... !!!! GRR "Hercules", "UH-1H", + "CH-47Fbl1", } -- ************** Units able to use DCS dynamic cargo system ****************** @@ -816,7 +817,7 @@ ctld.vehicleTransportEnabled = { -- Units listed here will spawn a cargo static that can be loaded with the standard DCS cargo system -- We will also use this to make modifications to the menu and other checks and messages ctld.dynamicCargoUnits = { - "CH-47Fbl1", + -- "CH-47Fbl1", } -- ************** Maximum Units SETUP for UNITS ******************