mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 17:14:52 -07:00
minor fix
This commit is contained in:
parent
149d8a9b18
commit
5bcacb1e18
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue