diff --git a/cScripts/functions/gear/fn_gear_applyLoadout.sqf b/cScripts/functions/gear/fn_gear_applyLoadout.sqf index 211fbf403..d15e33ba8 100644 --- a/cScripts/functions/gear/fn_gear_applyLoadout.sqf +++ b/cScripts/functions/gear/fn_gear_applyLoadout.sqf @@ -68,7 +68,9 @@ switch (true) do { }; // Abilities -[_unit, _config] call EFUNC(gear,applyAbilities); +if (!_loadArray) { + [_unit, _config] call EFUNC(gear,applyAbilities); +}; // Functions if (GVAR(isPlayer)) then {