From a2df4b26552e2424feb1569fed7af708915cb4d0 Mon Sep 17 00:00:00 2001 From: lotodore Date: Sun, 9 Jan 2011 22:51:10 +0000 Subject: [PATCH] Remove TODO. No message will be shown if an avatar is blocked. --- src/net/common/serverlobbythread.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/net/common/serverlobbythread.cpp b/src/net/common/serverlobbythread.cpp index b0fe7b83..708bd7dc 100644 --- a/src/net/common/serverlobbythread.cpp +++ b/src/net/common/serverlobbythread.cpp @@ -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) {