From f58e0091dd95ed905c4871afa9fbb457f20a8f55 Mon Sep 17 00:00:00 2001 From: zaCade Date: Fri, 6 Oct 2017 13:49:40 +0200 Subject: [PATCH] CSGO: Default CSGO weapon for CT's --- src/zr/weapons/weapons.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zr/weapons/weapons.inc b/src/zr/weapons/weapons.inc index b2e91fa..b20038c 100644 --- a/src/zr/weapons/weapons.inc +++ b/src/zr/weapons/weapons.inc @@ -41,7 +41,7 @@ #define WEAPONS_SPAWN_CSS_T_WEAPON "weapon_glock" #define WEAPONS_SPAWN_CSS_CT_WEAPON "weapon_usp" #define WEAPONS_SPAWN_CSGO_T_WEAPON "weapon_glock" -#define WEAPONS_SPAWN_CSGO_CT_WEAPON "weapon_usp_silencer" +#define WEAPONS_SPAWN_CSGO_CT_WEAPON "weapon_hkp2000" /** * @endsection */