Commit e4ff0361 authored by nanahira's avatar nanahira

fix

parent a96b2fce
......@@ -1993,6 +1993,7 @@
if (music === "stop") {
ygopro.stoc_send_hint_music_to_room(room, 0);
ygopro.stoc_send_chat_to_room(room, "Music stopped by "+client.name+".", ygopro.constants.COLORS.BABYBLUE);
break;
}
var music_id = music_list[music];
if (music_id) {
......
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