Skip to content

Commit

Permalink
Removed "medicGear" from whitelist variables again (#1158)
Browse files Browse the repository at this point in the history
  • Loading branch information
pool011 authored Apr 1, 2024
2 parents e3d97af + 22f7f3b commit 784611b
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 784611b

Please sign in to comment.