Skip to content

Commit

Permalink
Update addons/main/functions/fnc_actionSwap.sqf
Browse files Browse the repository at this point in the history
Co-authored-by: Jouni Järvinen <[email protected]>
  • Loading branch information
some-evil-kitty and rautamiekka authored May 17, 2024
1 parent 8693924 commit 8207381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/main/functions/fnc_actionSwap.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if ((_backpack isEqualTo "") or ([_unit] call FUNC(chestpack)) isEqualTo "") exi
{
private _val = (backpackContainer _unit) getVariable _x;
_backpackVariables pushback [_x, _val];
} forEach } forEach ((allVariables (backpackContainer _unit) - GVAR(VarBlacklist)));
} forEach ((allVariables (backpackContainer _unit) - GVAR(VarBlacklist)));

//remove packs
[_unit] call FUNC(removeChestpack);
Expand Down

0 comments on commit 8207381

Please sign in to comment.