diff --git a/code/modules/admin/verbs/fov.dm b/code/modules/admin/verbs/fov.dm index 8890923eab1..f74ba6f8058 100644 --- a/code/modules/admin/verbs/fov.dm +++ b/code/modules/admin/verbs/fov.dm @@ -1,6 +1,6 @@ /client/proc/cmd_admin_toggle_fov() set name = "Enable/Disable Field of View" - set category = "Admin.Debug" + set category = "Debug" if(!check_rights(R_ADMIN) || !check_rights(R_DEBUG)) return