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); };