diff --git a/code/modules/admin/verbs/playsound.dm b/code/modules/admin/verbs/playsound.dm index 8249fd67576..b8c5dbbb704 100644 --- a/code/modules/admin/verbs/playsound.dm +++ b/code/modules/admin/verbs/playsound.dm @@ -111,11 +111,11 @@ music_extra_data["start"] = data["start_time"] music_extra_data["end"] = data["end_time"] music_extra_data["link"] = data["webpage_url"] - music_extra_data["title"] = data["title"] var/res = tgui_alert(usr, "Show the title of and link to this song to the players?\n[title]",, list("No", "Yes", "Cancel")) switch(res) if("Yes") + music_extra_data["title"] = data["title"] to_chat(world, span_boldannounce("An admin played: [webpage_url]"), confidential = TRUE) if("Cancel") return