From 6bd5109b971e76a37625010fa71095789406ed80 Mon Sep 17 00:00:00 2001 From: TimePath Date: Tue, 6 Oct 2015 11:07:24 +1100 Subject: [PATCH] Hook: don't give weapon when offhand is active --- qcsrc/server/miscfunctions.qc | 2 -- 1 file changed, 2 deletions(-) diff --git a/qcsrc/server/miscfunctions.qc b/qcsrc/server/miscfunctions.qc index 910f33b73..37df8fa88 100644 --- a/qcsrc/server/miscfunctions.qc +++ b/qcsrc/server/miscfunctions.qc @@ -501,8 +501,6 @@ float want_weapon(entity weaponinfo, float allguns) // WEAPONTODO: what still ne else d = !(!weaponinfo.weaponstart); - if(g_grappling_hook) // if possible, redirect off-hand hook to on-hand hook - d |= (i == WEP_HOOK.m_id); if(!g_cts && (weaponinfo.spawnflags & WEP_FLAG_MUTATORBLOCKED)) // never default mutator blocked guns d = 0; -- 2.39.2