Skip to content

Commit

Permalink
Update cScripts/functions/systems/fn_getArsenalWhitelist.sqf
Browse files Browse the repository at this point in the history
Co-authored-by: Jonah Pool <[email protected]>
  • Loading branch information
AndreasBrostrom and pool011 authored Apr 1, 2024
1 parent 88c65a8 commit 91e2a5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cScripts/functions/systems/fn_getArsenalWhitelist.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 91e2a5c

Please sign in to comment.