travis moment

This commit is contained in:
Letter N
2020-08-22 17:03:10 +08:00
parent 7a7a6fbe68
commit 271c66ad40
3 changed files with 9 additions and 7 deletions
+2 -2
View File
@@ -152,7 +152,7 @@
M?.client?.tgui_panel?.stop_music()
return
if(web_sound_url && !findtext(web_sound_url, GLOB.is_http_protocol))
if(web_sound_input && !findtext(web_sound_input, GLOB.is_http_protocol))
to_chat(src, "<span class='boldwarning'>BLOCKED: Content URL not using http(s) protocol</span>")
return
@@ -164,7 +164,7 @@
var/mob/M = m
var/client/C = M.client
if(C.prefs.toggles & SOUND_MIDI)
C.tgui_panel?.play_music(web_sound_url)
C.tgui_panel?.play_music(web_sound_input)
SSblackbox.record_feedback("tally", "admin_verb", 1, "Manual Play Internet Sound")