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))