mirror of
https://github.com/nzp-team/glquake.git
synced 2024-11-24 21:11:53 +00:00
Prevent Sniper Sway with Deadshot Daiquiri
This commit is contained in:
parent
a281aac7b0
commit
a8ac0de1e9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue