From a6460ce3501eb265982685e515f015aec00790ef Mon Sep 17 00:00:00 2001 From: JJRcop Date: Sat, 30 Sep 2017 23:18:54 -0400 Subject: [PATCH] played_url key_name() to ckey --- code/modules/admin/verbs/playsound.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/verbs/playsound.dm b/code/modules/admin/verbs/playsound.dm index a8ffd9cf805..c210386e4a7 100644 --- a/code/modules/admin/verbs/playsound.dm +++ b/code/modules/admin/verbs/playsound.dm @@ -93,7 +93,7 @@ pitch = pick(0.5, 0.7, 0.8, 0.85, 0.9, 0.95, 1.1, 1.2, 1.4, 1.6, 2.0, 2.5) to_chat(src, "You feel the Honkmother messing with your song...") - SSblackbox.add_details("played_url", "[web_sound_input]|[key_name(src)]") + SSblackbox.add_details("played_url", "[web_sound_input]|[ckey]") log_admin("[key_name(src)] played web sound: [web_sound_input]") message_admins("[key_name(src)] played web sound: [web_sound_input]") else