mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
don't use Server_Room::getInfo when updating
This commit is contained in:
parent
7a30b827c8
commit
ce642e3000
4 changed files with 69 additions and 23 deletions
|
|
@ -129,7 +129,7 @@ void IslInterface::initServer()
|
|||
Server_Room *room = roomIterator.next().value();
|
||||
room->usersLock.lockForRead();
|
||||
room->gamesLock.lockForRead();
|
||||
room->getInfo(*event.add_room_list(), true, true, false, false);
|
||||
room->getInfo(*event.add_room_list(), true, true, false);
|
||||
}
|
||||
|
||||
IslMessage message;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue