[MIRROR] admin sound playing now tells the key, not the ckey [MDB IGNORE] (#20500)

* 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

* admin sound playing now tells the key, not the ckey

---------

Co-authored-by: Fikou <23585223+Fikou@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-04-11 20:24:43 -07:00
committed by GitHub
co-authored by Fikou
parent bde8513a08
commit b1dbb4b742
+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)