diff --git a/src/hacks/AntiAim.cpp b/src/hacks/AntiAim.cpp index 00c51e03..fd19b4ae 100644 --- a/src/hacks/AntiAim.cpp +++ b/src/hacks/AntiAim.cpp @@ -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;