mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
fixed game list update bug, minor optimizations, restrict client protocol output to QT_DEBUG mode
This commit is contained in:
parent
118b575e58
commit
ae19d3dc4b
13 changed files with 75 additions and 50 deletions
|
|
@ -129,7 +129,7 @@ void IslInterface::initServer()
|
|||
Server_Room *room = roomIterator.next().value();
|
||||
room->usersLock.lockForRead();
|
||||
room->gamesMutex.lock();
|
||||
event.add_room_list()->CopyFrom(room->getInfo(true, true, false, false));
|
||||
room->getInfo(*event.add_room_list(), true, true, false, false);
|
||||
}
|
||||
|
||||
IslMessage message;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue