From fa0b432a318ec50d0ff96b727803e319fdce907a Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Mon, 1 May 2017 18:31:24 -0400 Subject: [PATCH] Makes admin sound announcement use the right span (#26746) --- 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 118114e81ff..e781473634c 100644 --- a/code/modules/admin/verbs/playsound.dm +++ b/code/modules/admin/verbs/playsound.dm @@ -21,7 +21,7 @@ var/res = alert(usr, "Show the title of this song to the players?",, "No", "Yes", "Cancel") switch(res) if("Yes") - to_chat(world, "An admin played: [S]") + to_chat(world, "An admin played: [S]") if("Cancel") return