From 68ea9a6e6953e4c6d29dae0e463471c0b2099d6a Mon Sep 17 00:00:00 2001 From: Anewbe Date: Sat, 4 Feb 2017 21:11:23 -0600 Subject: [PATCH] Adds a fix --- code/modules/admin/topic.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/topic.dm b/code/modules/admin/topic.dm index 4c1a268c3f..a545bc1e87 100644 --- a/code/modules/admin/topic.dm +++ b/code/modules/admin/topic.dm @@ -1226,7 +1226,7 @@ for(var/client/X in admins) if((R_ADMIN|R_MOD|R_MENTOR) & X.holder.rights) to_chat(X, take_msg) - to_chat(M, "Your adminhelp is being attended to by [key_name(usr.client)]. Thanks for your patience!") + to_chat(M, "Your adminhelp is being attended to by [usr.client]. Thanks for your patience!") else to_chat(usr, "Unable to locate mob.")