Commit 7d8e4805 authored by nanahira's avatar nanahira

Merge branch 'mc'

parents 404f8039 4727df69
......@@ -1533,7 +1533,7 @@ ygopro.ctos_follow 'JOIN_GAME', false, (buffer, info, client, server)->
room = ROOM_find_or_create_by_name('M#' + found.id)
if room
room.challonge_info = found
room.max_player = 2
# room.max_player = 2
room.welcome = "${challonge_match_created}"
if !room
ygopro.stoc_die(client, "${server_full}")
......
......@@ -1876,7 +1876,6 @@
room = ROOM_find_or_create_by_name('M#' + found.id);
if (room) {
room.challonge_info = found;
room.max_player = 2;
room.welcome = "${challonge_match_created}";
}
if (!room) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment