From a8ac0de1e96982d7249588d1aea259b4102686ad Mon Sep 17 00:00:00 2001 From: cypress Date: Mon, 22 Jan 2024 23:06:57 -0500 Subject: [PATCH] Prevent Sniper Sway with Deadshot Daiquiri --- source/cl_input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/cl_input.c b/source/cl_input.c index 72f0510..cd78d61 100644 --- a/source/cl_input.c +++ b/source/cl_input.c @@ -531,7 +531,7 @@ void CL_SendMove (usercmd_t *cmd) } //==== Sniper Scope Swaying ==== - if(cl.stats[STAT_ZOOM] == 2) + if(cl.stats[STAT_ZOOM] == 2 && !(cl.perks & 64)) { vec3_t vang;