From 5cc8cfffa9414129045ef5543f8294c31066c95b Mon Sep 17 00:00:00 2001 From: Sandu Liviu Catalin Date: Sun, 17 Jul 2016 16:49:15 +0300 Subject: [PATCH] Update GetWeaponID() to recognize "Ingram" without the "Silenced" portion. --- source/Misc/Weapon.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/Misc/Weapon.cpp b/source/Misc/Weapon.cpp index 3d4ff3a5..b0893ea3 100644 --- a/source/Misc/Weapon.cpp +++ b/source/Misc/Weapon.cpp @@ -175,6 +175,7 @@ Int32 GetWeaponID(CCStr name) else return SQMOD_UNKNOWN; // [N]ightstick case 'n': return SQMOD_WEAPON_NIGHTSTICK; + case 'i': return SQMOD_WEAPON_INGRAM; // [P]ump-Action Shotgun // [P]ython case 'p':