Skip to content

Commit

Permalink
Update addons/main/functions/fnc_addChestpack.sqf
Browse files Browse the repository at this point in the history
Co-authored-by: mjc4wilton <[email protected]>
  • Loading branch information
Canibus and mjc4wilton authored Jun 12, 2024
1 parent 24b4671 commit ad34816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/main/functions/fnc_addChestpack.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/
params ["_unit", "_chestpackClass", ["_backpackLoadout", []], ["_backpackVariables", []], ["_backpackLoad", -2]];

if (_backpackLoad isEqualTo -1) then {
if (_backpackLoad isEqualTo -2) then {
_backpackLoad = loadBackpack _unit;
};

Expand Down

0 comments on commit ad34816

Please sign in to comment.