Commit 9c1aa24c authored by nanahira's avatar nanahira

fix

parent 842bc9ff
...@@ -2007,7 +2007,6 @@ ...@@ -2007,7 +2007,6 @@
if (settings.modules.music.enabled && music) { if (settings.modules.music.enabled && music) {
if (music === "stop") { if (music === "stop") {
ygopro.stoc_send_hint_music_to_room(room, 0); ygopro.stoc_send_hint_music_to_room(room, 0);
ygopro.stoc_send_chat_to_room(room, "${play_music}"+music, ygopro.constants.COLORS.BABYBLUE);
ygopro.stoc_send_chat_to_room(room, "${stop_music_user}"+client.name, ygopro.constants.COLORS.BABYBLUE); ygopro.stoc_send_chat_to_room(room, "${stop_music_user}"+client.name, ygopro.constants.COLORS.BABYBLUE);
break; break;
} }
......
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