From 3ab5c06029714d41d2a2ecb2788681c69b441bb2 Mon Sep 17 00:00:00 2001 From: Valmo Trindade Date: Tue, 3 Sep 2024 01:46:13 -0300 Subject: [PATCH] added placeholder type for SOF units, could not find the correct name for this type --- addons/main/functions/extract_data/fn_extract_role.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/main/functions/extract_data/fn_extract_role.sqf b/addons/main/functions/extract_data/fn_extract_role.sqf index 1fa67e0..2fb0cad 100644 --- a/addons/main/functions/extract_data/fn_extract_role.sqf +++ b/addons/main/functions/extract_data/fn_extract_role.sqf @@ -52,7 +52,7 @@ switch (_unit_type) do { _type = "G-U-C-R-X"; }; case "SpecialForces": { - _type = ""; + _type = "G-U-C-R-X"; }; case "UAVPilot": { _type = "G-U-C-V-U";