Fix antiaim bug
This commit is contained in:
parent
8b6980c45f
commit
7189435317
@ -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;
|
||||
|
Reference in New Issue
Block a user