Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
29e5773f
Commit
29e5773f
authored
Feb 09, 2011
by
Max-Wilhelm Bruker
Browse files
minor server fix, added mbs to sets.xml
parent
22e7a1b2
Changes
2
Hide whitespace changes
Inline
Side-by-side
common/server_room.cpp
View file @
29e5773f
...
...
@@ -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
();
}
...
...
oracle/sets.xml
View file @
29e5773f
...
...
@@ -146,6 +146,10 @@
<name>
MR
</name>
<longname>
Mirrodin
</longname>
</set>
<set
import=
"1"
>
<name>
MBS
</name>
<longname>
Mirrodin Besieged
</longname>
</set>
<set
import=
"1"
>
<name>
MOR
</name>
<longname>
Morningtide
</longname>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment