mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 13:05:36 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user