Skip to content

Commit

Permalink
Merge branch 'main' into Added-event-system-for-the-opening-and-closi…
Browse files Browse the repository at this point in the history
…ng-of-the-crate
  • Loading branch information
AndreasBrostrom authored Oct 28, 2023
2 parents 0b31c27 + dc6ae81 commit 3c72ca9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cScripts/functions/systems/fn_addArsenal.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,4 @@ private _arsenalStatement = {

INFO_2("Staging Arsenal", "Adding staging arsenal action to %1 (%2)", player, typeOf player);
private _arsenalAction = [QEGVAR(Actions,ArsenalAction), "Arsenal", _icon, _arsenalStatement, {true}] call ace_interact_menu_fnc_createAction;
[player, 1, _category, _arsenalAction] call ace_interact_menu_fnc_addActionToObject;

[player, 1, _category, _arsenalAction] call ace_interact_menu_fnc_addActionToObject;

0 comments on commit 3c72ca9

Please sign in to comment.