Update AnticheatData.h

This commit is contained in:
MDIC
2022-03-31 09:32:44 -04:00
parent 46c23bb58b
commit 983e82d447

View File

@@ -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;