Skip to content

Commit

Permalink
Fix a misplaced admin verb (#14064)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvvv-vvvv authored Oct 2, 2023
1 parent 42bbe71 commit 88b26ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/admin/admin_verbs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1305,7 +1305,7 @@
togglebuildmode(mob)

/client/proc/toggle_admin_tads()
set category = "Fun"
set category = "Admin.Fun"
set name = "Toggle Tadpole Restrictions"

if(!check_rights(R_FUN))
Expand Down

0 comments on commit 88b26ea

Please sign in to comment.