Commit 737e2052 authored by nanahira's avatar nanahira

Merge branch 'mc'

parents c8110c39 38ead1ed
Pipeline #1529 passed with stages
in 10 minutes and 44 seconds
......@@ -2216,8 +2216,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), ' ')
......
......@@ -2950,8 +2950,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