Skip to content

Commit

Permalink
Merge branch 'main' into DEVGRU-Viking
Browse files Browse the repository at this point in the history
  • Loading branch information
pool011 authored Apr 1, 2024
2 parents a9b7b2e + 784611b commit 4a13044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cScripts/functions/systems/fn_getArsenalWhitelist.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,6 @@ private _launcherSpecific = switch (true) do {
default {[]};
};

private _whitelist = _commonGear + _unitItems + _companyItems + _roleSpecific + _medicGear + _primarySpecific + _handgunSpecific + _launcherSpecific;
private _whitelist = _commonGear + _unitItems + _companyItems + _roleSpecific + _primarySpecific + _handgunSpecific + _launcherSpecific;

_whitelist

0 comments on commit 4a13044

Please sign in to comment.