From 1b5e7cbdb94079f1c9fd733b05bcc546809b7366 Mon Sep 17 00:00:00 2001 From: peoplearestrange Date: Tue, 4 Feb 2020 15:32:10 +0000 Subject: [PATCH] Changes category Set admin notice = Server --- code/modules/admin/admin.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm index 7d77a88c777..f1702408681 100644 --- a/code/modules/admin/admin.dm +++ b/code/modules/admin/admin.dm @@ -520,7 +520,7 @@ SSblackbox.record_feedback("tally", "admin_verb", 1, "Announce") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc! /datum/admins/proc/set_admin_notice() - set category = "Administration" + set category = "Server" set name = "Set Admin Notice" set desc ="Set an announcement that appears to everyone who joins the server. Only lasts this round" if(!check_rights(0))