Commit 38ead1ed authored by nanahira's avatar nanahira

wait room start in all arenas

parent 4b56a0c2
......@@ -2117,8 +2117,8 @@ ygopro.ctos_follow 'JOIN_GAME', true, (buffer, info, client, server, datas)->
return
room.private = true
room.arena = settings.modules.arena_mode.mode
room.max_player = 2
if room.arena == "athletic"
room.max_player = 2
room.welcome = "${athletic_arena_tip}"
when 5
title = info.pass.slice(8).replace(String.fromCharCode(0xFEFF), ' ')
......
......@@ -2804,8 +2804,8 @@
}
room.private = true;
room.arena = settings.modules.arena_mode.mode;
room.max_player = 2;
if (room.arena === "athletic") {
room.max_player = 2;
room.welcome = "${athletic_arena_tip}";
}
}
......
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