From f8df24304328c61a65b7a655761ff22c28f3fd6e Mon Sep 17 00:00:00 2001 From: FullGas1 <51051389+FullGas1@users.noreply.github.com> Date: Sun, 30 Mar 2025 15:42:07 +0200 Subject: [PATCH] commit --- CTLD.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CTLD.lua b/CTLD.lua index 67a4d4c..b565e91 100644 --- a/CTLD.lua +++ b/CTLD.lua @@ -810,7 +810,7 @@ ctld.vehicleTransportEnabled = { "Hercules", "UH-1H", "Mi-8MT", - "CH-47Fbl1", + --"CH-47Fbl1", } -- ************** Units able to use DCS dynamic cargo system ****************** @@ -818,7 +818,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 ******************