mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 20:20:33 +01:00
[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:
@@ -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