New start event type to mark a certain game start as "rejoin" (in order to show a special dialog).
This commit is contained in:
@@ -214,7 +214,7 @@ ServerLobbyThread::Init(const string &logDir)
|
||||
m_serverConfig.readConfigString("DBServerEncryptionKey"));
|
||||
|
||||
GetBanManager().InitGameNameBadWordList(m_serverConfig.readConfigStringList("GameNameBadWordList"));
|
||||
m_serverLog.reset(new Log(&m_serverConfig));
|
||||
m_serverLog.reset(new Log(&m_serverConfig));
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user