diff --git a/code/modules/admin/topic.dm b/code/modules/admin/topic.dm
index 61b86a9ebe4..b43001f3abc 100644
--- a/code/modules/admin/topic.dm
+++ b/code/modules/admin/topic.dm
@@ -1546,7 +1546,7 @@
to_chat(X, take_msg)
else if(is_mhelp && check_rights(R_MOD|R_MENTOR, 0, X.mob))
to_chat(X, take_msg)
- to_chat(M, "Your question is being attended to by [key_name(usr.client)]. Thanks for your patience!")
+ to_chat(M, "Your question is being attended to by [key_name(usr.client, null, 0)]. Thanks for your patience!")
else
to_chat(usr, "Unable to locate mob.")