Prevent Sniper Sway with Deadshot Daiquiri

This commit is contained in:
cypress 2024-01-22 23:06:57 -05:00 committed by GitHub
parent a281aac7b0
commit a8ac0de1e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;