From e2503966e5e62d2e4ce77749b401ec7a4742833f Mon Sep 17 00:00:00 2001 From: MDIC Date: Sun, 3 Apr 2022 12:47:04 -0400 Subject: [PATCH] Cleanup AnticheatMgr.h I seriously doubt we are going back to ace dependences. --- src/AnticheatMgr.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/AnticheatMgr.h b/src/AnticheatMgr.h index d8836b3..03eb9b0 100644 --- a/src/AnticheatMgr.h +++ b/src/AnticheatMgr.h @@ -16,7 +16,6 @@ #ifndef SC_ACMGR_H #define SC_ACMGR_H -//#include #include "Common.h" #include "SharedDefines.h" #include "ScriptMgr.h" @@ -59,7 +58,6 @@ typedef std::map AnticheatPlayersDataMap; class AnticheatMgr { -// friend class ACE_Singleton; AnticheatMgr(); ~AnticheatMgr();