admin sound playing now tells the key, not the ckey (#74650)

## About The Pull Request
its meant for players, ckey is useless there
also mentions playing a sound, not specifically music

## Changelog
too minor to mention
This commit is contained in:
Fikou
2023-04-11 23:17:30 +02:00
committed by GitHub
parent eab953bc0e
commit 80317d02b9
+2 -2
View File
@@ -128,9 +128,9 @@
switch(anon)
if("Yes")
if(res == "Yes")
to_chat(world, span_boldannounce("[user.ckey] played: [webpage_url]"), confidential = TRUE)
to_chat(world, span_boldannounce("[user.key] played: [webpage_url]"), confidential = TRUE)
else
to_chat(world, span_boldannounce("[user.ckey] played some music"), confidential = TRUE)
to_chat(world, span_boldannounce("[user.key] played a sound"), confidential = TRUE)
if("No")
if(res == "Yes")
to_chat(world, span_boldannounce("An admin played: [webpage_url]"), confidential = TRUE)