Small fixes. Removing some TODO comments which are no longer valid.

This commit is contained in:
lotodore
2009-06-13 10:52:12 +00:00
parent bf0fc6e9ca
commit 744e5c81d4
6 changed files with 4 additions and 14 deletions
-2
View File
@@ -3492,8 +3492,6 @@ NetPacketGameStart::SetData(const NetPacketGameStart::Data &inData)
// Basic checking.
if (numPlayers < MIN_NUMBER_OF_PLAYERS || numPlayers > MAX_NUMBER_OF_PLAYERS || numPlayers != inData.startData.numberOfPlayers)
{
// This seems to occur too often.
// TODO needs fix.
LOG_VERBOSE("Invalid number of players. Slots: " << numPlayers << ", Players: " << inData.startData.numberOfPlayers << ".");
throw NetException(__FILE__, __LINE__, ERR_NET_INVALID_PLAYER_COUNT, 0);
}