Fixed network game termination.

This commit is contained in:
lotodore
2009-06-04 22:13:52 +00:00
parent 8005cc82c6
commit 55bd832955
3 changed files with 18 additions and 5 deletions
-1
View File
@@ -270,7 +270,6 @@ ServerManager::RunAll()
if (m_ircThread)
m_ircThread->Run();
GetLobbyThread().Run();
// for_each(m_acceptThreadPool.begin(), m_acceptThreadPool.end(), boost::mem_fn(&ServerAcceptThread::Run));
}
void