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;