From c8bd6a175d6eb1d67f657d0bd9d4395b56c901a3 Mon Sep 17 00:00:00 2001 From: peoplearestrange Date: Tue, 4 Feb 2020 20:23:30 +0000 Subject: [PATCH] changes to category changes Administration to Admin --- code/modules/client/verbs/who.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/client/verbs/who.dm b/code/modules/client/verbs/who.dm index eddfaf7c699..f1587b78109 100644 --- a/code/modules/client/verbs/who.dm +++ b/code/modules/client/verbs/who.dm @@ -57,7 +57,7 @@ to_chat(src, msg) /client/verb/adminwho() - set category = "Administration" + set category = "Admin" set name = "Adminwho" var/msg = "Current Admins:\n"