mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-19 16:47:14 +02:00
Update GetWeaponID() to recognize "Ingram" without the "Silenced" portion.
This commit is contained in:
@ -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':
|
||||
|
Reference in New Issue
Block a user