Fix antiaim bug

This commit is contained in:
aUniqueUser 2020-12-31 13:30:01 -05:00 committed by LightCat
parent 8b6980c45f
commit 7189435317

View File

@ -370,7 +370,7 @@ void ProcessUserCmd(CUserCmd *cmd)
if (!ShouldAA(cmd))
return;
// Not running
if (!pitch && !yaw)
if (!pitch_mode && !yaw_mode)
return;
static bool keepmode = true;
keepmode = !keepmode;