Skip to content

Commit

Permalink
Fixed missing then
Browse files Browse the repository at this point in the history
Then they fixed the then
  • Loading branch information
AndreasBrostrom authored Oct 4, 2023
1 parent fc878df commit fff7195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cScripts/functions/gear/fn_gear_applyLoadout.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ switch (true) do {
};

// Abilities
if (!_loadArray) {
if (!_loadArray) then {
[_unit, _config] call EFUNC(gear,applyAbilities);
};

Expand Down

0 comments on commit fff7195

Please sign in to comment.