mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-22 07:10:25 -08:00
minor fix
This commit is contained in:
@@ -343,7 +343,7 @@ ResponseCode Server_ProtocolHandler::cmdListUsers(Command_ListUsers * /*cmd*/, C
|
|||||||
QList<ServerInfo_User *> resultList;
|
QList<ServerInfo_User *> resultList;
|
||||||
QMapIterator<QString, Server_ProtocolHandler *> userIterator = server->getUsers();
|
QMapIterator<QString, Server_ProtocolHandler *> userIterator = server->getUsers();
|
||||||
while (userIterator.hasNext())
|
while (userIterator.hasNext())
|
||||||
resultList.append(new ServerInfo_User(userIterator.next().value()->getUserInfo()));
|
resultList.append(new ServerInfo_User(userIterator.next().value()->getUserInfo(), false));
|
||||||
|
|
||||||
acceptsUserListChanges = true;
|
acceptsUserListChanges = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user