Working on storing places of all players in ranking games.

This commit is contained in:
lotodore
2010-08-07 23:06:59 +00:00
parent 96b4f864f6
commit 0646bc9d2e
8 changed files with 163 additions and 70 deletions
+2 -3
View File
@@ -646,11 +646,10 @@ ServerLobbyThread::GetIOService()
return *m_ioService;
}
ServerDBInterface &
boost::shared_ptr<ServerDBInterface>
ServerLobbyThread::GetDatabase()
{
assert(m_database);
return *m_database;
return m_database;
}
ServerBanManager &