astyle, optimizations and test removed

This commit is contained in:
Albert Medela
2016-07-30 17:23:16 +02:00
parent 159fd1e094
commit 35f0521bbd
6 changed files with 9 additions and 256 deletions
+2 -2
View File
@@ -1171,8 +1171,8 @@ ServerGame::AddPlayerToNumJoinsPerPlayer(const std::string &playerName)
NumJoinsPerPlayerMap::iterator pos = m_numJoinsPerPlayer.find(playerName);
if (pos != m_numJoinsPerPlayer.end())
{
pos->second++;
} else{
pos->second++;
} else {
m_numJoinsPerPlayer[playerName] = 1;
}
}