From bd4823e7e341d572b520f648a40536dba117e023 Mon Sep 17 00:00:00 2001 From: Shaps Date: Wed, 4 May 2016 19:46:02 -0400 Subject: [PATCH] Now the message for reloading admins comes after the reload --- 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 76a7c851fe2..fae5f96e1b9 100644 --- a/code/modules/admin/verbs/diagnostics.dm +++ b/code/modules/admin/verbs/diagnostics.dm @@ -98,6 +98,6 @@ if(confirm !="Yes") return - 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! + message_admins("[key_name_admin(usr)] manually reloaded admins") \ No newline at end of file