Prevent Sniper Sway with Deadshot Daiquiri

This commit is contained in:
cypress 2024-01-22 23:06:55 -05:00 committed by GitHub
parent 5bf8349094
commit 481ff3d5de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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