From 9f1008fb5b476aa6c17a01776fd78209a7d6352a Mon Sep 17 00:00:00 2001 From: Samual Lenks Date: Tue, 10 Dec 2013 17:56:17 -0500 Subject: [PATCH] Rifle is not a normal weapon, remove spawnflag --- qcsrc/common/weapons/w_rifle.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/common/weapons/w_rifle.qc b/qcsrc/common/weapons/w_rifle.qc index 02e394f1c..261eb65f6 100644 --- a/qcsrc/common/weapons/w_rifle.qc +++ b/qcsrc/common/weapons/w_rifle.qc @@ -4,7 +4,7 @@ REGISTER_WEAPON( /* function */ W_Rifle, /* ammotype */ ammo_nails, /* impulse */ 7, -/* flags */ WEP_FLAG_MUTATORBLOCKED | WEP_FLAG_NORMAL | WEP_FLAG_RELOADABLE | WEP_TYPE_HITSCAN, +/* flags */ WEP_FLAG_MUTATORBLOCKED | WEP_FLAG_RELOADABLE | WEP_TYPE_HITSCAN, /* rating */ BOT_PICKUP_RATING_MID, /* model */ "campingrifle", /* netname */ "rifle", -- 2.39.2