Skip to content

Commit

Permalink
Remove "medicGear" from whitelist variables again
Browse files Browse the repository at this point in the history
  • Loading branch information
pool011 committed Apr 1, 2024
1 parent e3d97af commit 22f7f3b
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 22f7f3b

Please sign in to comment.