From e66fd638785df1a14b0e48c6aeb7d0a518de4ef9 Mon Sep 17 00:00:00 2001 From: acidmanifesto Date: Tue, 8 Feb 2022 12:49:18 -0500 Subject: [PATCH] Climb Hack Angle Imrpoved reportability. Adjusted angle should increate the reportibility of the climb wall hack from 10% to 70%. --- src/AnticheatMgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AnticheatMgr.cpp b/src/AnticheatMgr.cpp index 9e4632e..269d4a4 100644 --- a/src/AnticheatMgr.cpp +++ b/src/AnticheatMgr.cpp @@ -18,7 +18,7 @@ #include "Player.h" #include "Configuration/Config.h" -#define CLIMB_ANGLE 1.9f +#define CLIMB_ANGLE 1.87f AnticheatMgr::AnticheatMgr() {