From 7803301b9038ac5a19d711568e7559e69ffcd8a7 Mon Sep 17 00:00:00 2001 From: carnie Date: Mon, 1 Apr 2013 05:00:59 +0100 Subject: [PATCH] Resolve issue #145 - using reload_admins() will now tell other admins the key_name() of the person who called it...rather than character name. --- code/modules/admin/verbs/diagnostics.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/verbs/diagnostics.dm b/code/modules/admin/verbs/diagnostics.dm index 7372413d3ab..ecd5c7febf8 100644 --- a/code/modules/admin/verbs/diagnostics.dm +++ b/code/modules/admin/verbs/diagnostics.dm @@ -134,7 +134,7 @@ if(!check_rights(R_SERVER)) return - message_admins("[usr] manually reloaded admins") + message_admins("[key_name_admin(usr)] manually reloaded admins") load_admins() feedback_add_details("admin_verb","RLDA") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!