Remove TODO. No message will be shown if an avatar is blocked.

This commit is contained in:
lotodore
2011-01-09 22:51:10 +00:00
parent 19327d7076
commit a2df4b2655
-3
View File
@@ -1569,9 +1569,6 @@ ServerLobbyThread::CheckAvatarBlacklist(SessionWrapper session)
void
ServerLobbyThread::AvatarBlacklisted(unsigned playerId)
{
// TODO use proper error code.
//SessionError(m_sessionManager.GetSessionByUniquePlayerId(playerId, true), ERR_NET_AVATAR_TOO_LARGE);
SessionWrapper tmpSession = m_sessionManager.GetSessionByUniquePlayerId(playerId, true);
if (tmpSession.sessionData && tmpSession.playerData)
{