Fix antiaim bug
This commit is contained in:
parent
8b6980c45f
commit
7189435317
@ -370,7 +370,7 @@ void ProcessUserCmd(CUserCmd *cmd)
|
|||||||
if (!ShouldAA(cmd))
|
if (!ShouldAA(cmd))
|
||||||
return;
|
return;
|
||||||
// Not running
|
// Not running
|
||||||
if (!pitch && !yaw)
|
if (!pitch_mode && !yaw_mode)
|
||||||
return;
|
return;
|
||||||
static bool keepmode = true;
|
static bool keepmode = true;
|
||||||
keepmode = !keepmode;
|
keepmode = !keepmode;
|
||||||
|
Reference in New Issue
Block a user