Makes admin sound announcement use the right span (#26746)

This commit is contained in:
Cyberboss
2017-05-01 16:31:24 -06:00
committed by duncathan salt
parent a5143e7d74
commit fa0b432a31
+1 -1
View File
@@ -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, "<span class='boldannounce'>An admin played: [S]</span>")
if("Cancel")
return