Typo fix in compat code from commit 1d8d01074f

This commit is contained in:
Loic Blot 2017-08-17 19:15:12 +02:00 committed by SmallJoker
parent 151c19a6be
commit 12562be393
1 changed files with 1 additions and 1 deletions

View File

@ -520,7 +520,7 @@ void Server::handleCommand_Init_Legacy(NetworkPacket* pkt)
// Enforce user limit.
// Don't enforce for users that have some admin right
if (m_clients.isUserLimitReached() >= g_settings->getU16("max_users") &&
if (m_clients.isUserLimitReached() &&
!checkPriv(playername, "server") &&
!checkPriv(playername, "ban") &&
!checkPriv(playername, "privs") &&