Commit dfce6aa3 authored by nanahira's avatar nanahira

Merge branch 'mc'

parents 4d20ebd8 e9e0e085
......@@ -1007,6 +1007,7 @@ CLIENT_send_replays = (client, room) ->
i = 0
for buffer in room.replays
++i
if buffer
ygopro.stoc_send_chat(client, "${replay_hint_part1}" + i + "${replay_hint_part2}", ygopro.constants.COLORS.BABYBLUE)
ygopro.stoc_send(client, "REPLAY", buffer)
return true
......
......@@ -1316,9 +1316,11 @@
for (m = 0, len3 = ref3.length; m < len3; m++) {
buffer = ref3[m];
++i;
if (buffer) {
ygopro.stoc_send_chat(client, "${replay_hint_part1}" + i + "${replay_hint_part2}", ygopro.constants.COLORS.BABYBLUE);
ygopro.stoc_send(client, "REPLAY", buffer);
}
}
return true;
};
......
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