From 58b55ee9164753a63769edaf2a239f125dffe57c Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Tue, 12 Sep 2023 21:36:48 +0300 Subject: [PATCH] Add "nzap" weapon alt name --- app/modules/in-game-lists/weapon-alt-names.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/modules/in-game-lists/weapon-alt-names.ts b/app/modules/in-game-lists/weapon-alt-names.ts index 1b68808ef..f98f4abeb 100644 --- a/app/modules/in-game-lists/weapon-alt-names.ts +++ b/app/modules/in-game-lists/weapon-alt-names.ts @@ -5,6 +5,8 @@ export const weaponAltNames = new Map() .set(11, "cjr") .set(21, "nsplash") .set(41, "ttek") + .set(60, "nzap") + .set(61, "nzap") .set(81, "96d") .set(91, ["cjs", "cjet"]) .set(1041, "swex")