mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-21 23:00:24 -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;
|
||||
QMapIterator<QString, Server_ProtocolHandler *> userIterator = server->getUsers();
|
||||
while (userIterator.hasNext())
|
||||
resultList.append(new ServerInfo_User(userIterator.next().value()->getUserInfo()));
|
||||
resultList.append(new ServerInfo_User(userIterator.next().value()->getUserInfo(), false));
|
||||
|
||||
acceptsUserListChanges = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user