diff --git a/cScripts/functions/systems/fn_getArsenalWhitelist.sqf b/cScripts/functions/systems/fn_getArsenalWhitelist.sqf index 9f773ca98..c556e48ab 100644 --- a/cScripts/functions/systems/fn_getArsenalWhitelist.sqf +++ b/cScripts/functions/systems/fn_getArsenalWhitelist.sqf @@ -50,9 +50,9 @@ private _tagGear = []; case "role_pilotfighter": {GET_CONTAINER_KEYS("arsenal_role_pilotfighter");}; case "role_pilottransport": {GET_CONTAINER_KEYS("arsenal_role_pilottransport");}; - case "tag_cls": {GET_CONTAINER_KEYS("arsenal_role_cls");}; - case "tag_medic": {GET_CONTAINER_KEYS("arsenal_role_medic");}; - case "tag_doctor": {GET_CONTAINER_KEYS("arsenal_role_doctor");}; + case "tag_cls": {GET_CONTAINER_KEYS("arsenal_tag_cls");}; + case "tag_medic": {GET_CONTAINER_KEYS("arsenal_tag_medic");}; + case "tag_doctor": {GET_CONTAINER_KEYS("arsenal_tag_doctor");}; default {[]}; }; _tagGear append _x;