Implementing packet validation for new packets and client side game removal for admin players.

This commit is contained in:
lotodore
2013-02-24 23:04:02 +01:00
parent 8740c3fb7a
commit 19f27a890c
9 changed files with 54 additions and 4 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ ServerBanManager::~ServerBanManager()
}
void
ServerBanManager::SetAdminPlayerIds(const std::list<DB_id> adminList)
ServerBanManager::SetAdminPlayerIds(const std::list<DB_id> &adminList)
{
boost::mutex::scoped_lock lock(m_banMutex);
m_adminPlayers.resize(adminList.size());