From 983e82d447c5654c8554e42460216e7769b84b9e Mon Sep 17 00:00:00 2001 From: MDIC Date: Thu, 31 Mar 2022 09:32:44 -0400 Subject: [PATCH] Update AnticheatData.h --- src/AnticheatData.h | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/src/AnticheatData.h b/src/AnticheatData.h index 2d79d1d..32ecad2 100644 --- a/src/AnticheatData.h +++ b/src/AnticheatData.h @@ -3,7 +3,7 @@ #include "AnticheatMgr.h" -#define MAX_REPORT_TYPES 6 +#define MAX_REPORT_TYPES 8 class AnticheatData { @@ -19,13 +19,6 @@ public: void SetPosition(float x, float y, float z, float o); - /* - bool GetDisableACCheck() const; - void SetDisableACCheck(bool check); - - uint32 GetDisableACTimer() const; - void SetDisableACTimer(uint32 timer);*/ - uint32 GetTotalReports() const; void SetTotalReports(uint32 _totalReports); @@ -49,8 +42,6 @@ public: private: uint32 lastOpcode; MovementInfo lastMovementInfo; - //bool disableACCheck; - //uint32 disableACCheckTimer; uint32 totalReports; uint32 typeReports[MAX_REPORT_TYPES]; float average;