Adding server function to reconnect to the chat server.

This commit is contained in:
lotodore
2009-08-17 11:26:03 +00:00
parent 6eb25757bc
commit b796b0cbe7
5 changed files with 31 additions and 3 deletions
+6
View File
@@ -469,6 +469,12 @@ ServerLobbyThread::SendChatBotMsg(const std::string &message)
m_gameSessionManager.SendLobbyMsgToAllSessions(GetSender(), packet, SessionData::Game);
}
void
ServerLobbyThread::ReconnectChatBot()
{
m_chatCleanerManager->ReInit();
}
void
ServerLobbyThread::AddComputerPlayer(boost::shared_ptr<PlayerData> player)
{