From 91e2a5cf647c9e9b836221986fbf48b5b9c1c186 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brostr=C3=B6m=2EA=20=7C=20Evul?= Date: Mon, 1 Apr 2024 19:01:04 +0200 Subject: [PATCH] Update cScripts/functions/systems/fn_getArsenalWhitelist.sqf Co-authored-by: Jonah Pool --- cScripts/functions/systems/fn_getArsenalWhitelist.sqf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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;