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 210cd70 commit 24b4671
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 @@ -17,7 +17,7 @@
*
* Public: No
*/
params ["_unit", "_chestpackClass", ["_backpackLoadout", []], ["_backpackVariables", []], ["_backpackLoad", -1]];
params ["_unit", "_chestpackClass", ["_backpackLoadout", []], ["_backpackVariables", []], ["_backpackLoad", -2]];

if (_backpackLoad isEqualTo -1) then {
_backpackLoad = loadBackpack _unit;
Expand Down

0 comments on commit 24b4671

Please sign in to comment.