Commit 4727df69 authored by nanahira's avatar nanahira

fix

parent 7b4a1c05
......@@ -1516,7 +1516,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}")
......
......@@ -1855,7 +1855,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