Small message fix.

This commit is contained in:
lotodore
2010-07-14 15:40:14 +00:00
parent 176dbe1d4f
commit 55fc5e6e39
+1 -1
View File
@@ -1517,7 +1517,7 @@ ServerLobbyThread::UserInvalid(unsigned playerId)
void
ServerLobbyThread::UserBlocked(unsigned playerId)
{
SessionError(m_sessionManager.GetSessionByUniquePlayerId(playerId, true), ERR_NET_PLAYER_BANNED);
SessionError(m_sessionManager.GetSessionByUniquePlayerId(playerId, true), ERR_NET_PLAYER_BLOCKED);
}
void