mirror of
https://github.com/nzp-team/dquakeplus.git
synced 2024-11-21 19:32:34 +00:00
Prevent Sniper Sway with Deadshot Daiquiri
This commit is contained in:
parent
5bf8349094
commit
481ff3d5de
1 changed files with 1 additions and 1 deletions
|
@ -551,7 +551,7 @@ void CL_SendMove (usercmd_t *cmd)
|
|||
zoom_snap = 0;
|
||||
|
||||
//==== Sniper Scope Swaying ====
|
||||
if(cl.stats[STAT_ZOOM] == 2)
|
||||
if(cl.stats[STAT_ZOOM] == 2 && !(cl.perks & 64))
|
||||
{
|
||||
vec3_t vang;
|
||||
|
||||
|
|
Loading…
Reference in a new issue