diff --git a/code/modules/admin/verbs/debug.dm b/code/modules/admin/verbs/debug.dm index 0f2816d6cc1..bfc79c19bcf 100644 --- a/code/modules/admin/verbs/debug.dm +++ b/code/modules/admin/verbs/debug.dm @@ -492,7 +492,7 @@ But you can call procs that are of type /mob/living/carbon/human/proc/ for that cmd_admin_areatest(FALSE) /client/proc/cmd_admin_dress(mob/M in GLOB.mob_list) - set category = "Fun" + set category = "Admin - Events" set name = "Select equipment" if(!(ishuman(M) || isobserver(M))) alert("Invalid mob")