From e8b9b5fda09ab431711f6b1a66bd02258a911a4c Mon Sep 17 00:00:00 2001 From: Gandalf Date: Thu, 31 Dec 2020 03:36:18 +0000 Subject: [PATCH] Tweaks play internet sound (#2401) * Update playsound.dm * Update playsound.dm --- code/modules/admin/verbs/playsound.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/verbs/playsound.dm b/code/modules/admin/verbs/playsound.dm index 319ff4a7d21..24c8f7ecc77 100644 --- a/code/modules/admin/verbs/playsound.dm +++ b/code/modules/admin/verbs/playsound.dm @@ -116,7 +116,7 @@ var/res = alert(usr, "Show the title of and link to this song to the players?\n[title]",, "No", "Yes", "Cancel") switch(res) if("Yes") - to_chat(world, "An admin played: [webpage_url]", confidential = TRUE) + to_chat(world, "[src] played: [webpage_url]", confidential = TRUE) //SKYRAT EDIT CHANGE - ORIGINAL: to_chat(world, "An admin played: [webpage_url]", confidential = TRUE) if("Cancel") return