Cleanup AnticheatMgr.h

I seriously doubt we are going back to ace dependences.
This commit is contained in:
MDIC
2022-04-03 12:47:04 -04:00
parent 983e82d447
commit e2503966e5

View File

@@ -16,7 +16,6 @@
#ifndef SC_ACMGR_H #ifndef SC_ACMGR_H
#define SC_ACMGR_H #define SC_ACMGR_H
//#include <ace/Singleton.h>
#include "Common.h" #include "Common.h"
#include "SharedDefines.h" #include "SharedDefines.h"
#include "ScriptMgr.h" #include "ScriptMgr.h"
@@ -59,7 +58,6 @@ typedef std::map<ObjectGuid, AnticheatData> AnticheatPlayersDataMap;
class AnticheatMgr class AnticheatMgr
{ {
// friend class ACE_Singleton<AnticheatMgr, ACE_Null_Mutex>;
AnticheatMgr(); AnticheatMgr();
~AnticheatMgr(); ~AnticheatMgr();