From 177d9217b8b55e66a47875d074bd40801089a6b8 Mon Sep 17 00:00:00 2001 From: zaCade Date: Sun, 10 Mar 2019 19:59:04 +0100 Subject: [PATCH] ZMarket: Yet another location. --- src/zr/weapons/zmarket.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zr/weapons/zmarket.inc b/src/zr/weapons/zmarket.inc index 4fbda0b..b9be6ed 100644 --- a/src/zr/weapons/zmarket.inc +++ b/src/zr/weapons/zmarket.inc @@ -999,7 +999,7 @@ stock bool:ZMarketEquip(client, const String:weapon[], bool:rebuy = false) // Get the display name for the weapon. decl String:weapondisplay[WEAPONS_MAX_LENGTH]; - WeaponsGetName(weaponindex, weapondisplay, sizeof(weapondisplay)); + WeaponsGetName(weaponindex, weapondisplay, sizeof(weapondisplay), (g_Game == Game_CSGO)); // Check to make sure the weapon isn't restricted. new bool:restricted = RestrictIsWeaponRestricted(weaponindex);