Commit b6c4a488 authored by nanahira's avatar nanahira

fix

parent e8ebc6a5
......@@ -1976,8 +1976,10 @@
}
if (ccode) {
ygopro.stoc_send_hint_music_to_room(room, ccode*16+seqcode);
break;
}
}
ygopro.stoc_send_chat(client, "Failed playing music.", ygopro.constants.COLORS.RED);
break;
}
if (msg.length > 100) {
......
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