Skip to content

Commit

Permalink
Fixed issues were all loadouts as well as the arsenal being unfiltered
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBrostrom authored Apr 4, 2024
1 parent 745538b commit ff4d7a9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions cScripts/initSettings.inc.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,9 @@ private _cScriptSettings = "cScripts Mission Settings";
"CHECKBOX",
["Use Filtered Arsenal","Use a filtered or show all items in the staging arsenal."],
[_cScriptSettings, "4; Staging"],
false,
true,
{
params ["_value"];
{ EGVAR(Staging,showAllLoadouts) = _value; } remoteExecCall ["call"];
},
true,
{},
false
] call CBA_fnc_addSetting;

Expand Down

0 comments on commit ff4d7a9

Please sign in to comment.