mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
minor server fix, added mbs to sets.xml
This commit is contained in:
parent
22e7a1b2ea
commit
29e5773fb5
2 changed files with 5 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ ServerInfo_Room *Server_Room::getInfo(bool complete) const
|
|||
|
||||
void Server_Room::addClient(Server_ProtocolHandler *client)
|
||||
{
|
||||
sendRoomEvent(new Event_JoinRoom(id, new ServerInfo_User(client->getUserInfo())));
|
||||
sendRoomEvent(new Event_JoinRoom(id, new ServerInfo_User(client->getUserInfo(), false)));
|
||||
append(client);
|
||||
emit roomInfoChanged();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue