mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-06 17:12:27 +00:00
Update discord_manager.h
This commit is contained in:
parent
035b24c9eb
commit
7cd36bf893
@ -14,7 +14,8 @@ public:
|
||||
void ProcessMessageQueue();
|
||||
void QueuePlayerEventMessage(const PlayerEvent::PlayerEventContainer& e);
|
||||
|
||||
static DiscordManager* Instance() {
|
||||
static DiscordManager* Instance()
|
||||
{
|
||||
static DiscordManager instance;
|
||||
return &instance;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user