Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
update (anticheat): Move ace singleton
Browse files Browse the repository at this point in the history
  • Loading branch information
acidmanifesto committed Nov 25, 2023
1 parent b69b672 commit 45317c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server/game/Anticheat/AnticheatMgr.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ typedef std::unordered_map<uint32, AnticheatData> AnticheatPlayersDataMap;

class AnticheatMgr
{
friend class ACE_Singleton<AnticheatMgr, ACE_Null_Mutex>;

AnticheatMgr();
~AnticheatMgr();

public:
friend class ACE_Singleton<AnticheatMgr, ACE_Null_Mutex>;

static AnticheatMgr *instance()
{
static AnticheatMgr _instance;
Expand Down

0 comments on commit 45317c1

Please sign in to comment.