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.")