From fff7195d1ca8c9628017bdaf25130b13ab618995 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brostr=C3=B6m=2EA=20=7C=20Evul?= Date: Wed, 4 Oct 2023 08:32:33 +0200 Subject: [PATCH] Fixed missing then Then they fixed the then --- cScripts/functions/gear/fn_gear_applyLoadout.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cScripts/functions/gear/fn_gear_applyLoadout.sqf b/cScripts/functions/gear/fn_gear_applyLoadout.sqf index d15e33ba8..ebd8d9ab4 100644 --- a/cScripts/functions/gear/fn_gear_applyLoadout.sqf +++ b/cScripts/functions/gear/fn_gear_applyLoadout.sqf @@ -68,7 +68,7 @@ switch (true) do { }; // Abilities -if (!_loadArray) { +if (!_loadArray) then { [_unit, _config] call EFUNC(gear,applyAbilities); };