Fixed lobby update after leaving a game.

This commit is contained in:
lotodore
2008-05-16 16:46:45 +00:00
parent 626b778c77
commit 269eab4774
4 changed files with 27 additions and 7 deletions
+1 -1
View File
@@ -855,7 +855,7 @@ ServerLobbyThread::ResubscribeLobbyMsgLoop()
SessionWrapper tmpSession = m_gameSessionManager.GetSessionById(*i);
if (!tmpSession.sessionData.get())
tmpSession = m_sessionManager.GetSessionById(*i);
if (tmpSession.sessionData.get());
if (tmpSession.sessionData.get())
InternalResubscribeMsg(tmpSession);
++i;
}