mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-22 15:16:15 -08:00
minor server fix, added mbs to sets.xml
This commit is contained in:
@@ -35,7 +35,7 @@ ServerInfo_Room *Server_Room::getInfo(bool complete) const
|
|||||||
|
|
||||||
void Server_Room::addClient(Server_ProtocolHandler *client)
|
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);
|
append(client);
|
||||||
emit roomInfoChanged();
|
emit roomInfoChanged();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -146,6 +146,10 @@
|
|||||||
<name>MR</name>
|
<name>MR</name>
|
||||||
<longname>Mirrodin</longname>
|
<longname>Mirrodin</longname>
|
||||||
</set>
|
</set>
|
||||||
|
<set import="1">
|
||||||
|
<name>MBS</name>
|
||||||
|
<longname>Mirrodin Besieged</longname>
|
||||||
|
</set>
|
||||||
<set import="1">
|
<set import="1">
|
||||||
<name>MOR</name>
|
<name>MOR</name>
|
||||||
<longname>Morningtide</longname>
|
<longname>Morningtide</longname>
|
||||||
|
|||||||
Reference in New Issue
Block a user