From 3531266e52d4e2756ea646dfdea60ebbeb219aad Mon Sep 17 00:00:00 2001 From: peoplearestrange Date: Tue, 4 Feb 2020 04:20:33 +0000 Subject: [PATCH] Changes Category Administration --- code/modules/admin/stickyban.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/stickyban.dm b/code/modules/admin/stickyban.dm index b5ae1022a97..22907c2971b 100644 --- a/code/modules/admin/stickyban.dm +++ b/code/modules/admin/stickyban.dm @@ -469,7 +469,7 @@ /client/proc/stickybanpanel() set name = "Sticky Ban Panel" - set category = "Admin" + set category = "Administration" if (!holder) return holder.stickyban_show()