Skip to content

Commit

Permalink
Mentors are not allowed to aobserve
Browse files Browse the repository at this point in the history
  • Loading branch information
Legendaxe authored May 30, 2024
1 parent bd55740 commit 15f994d
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 @@ -403,7 +403,7 @@ GLOBAL_LIST_INIT(view_runtimes_verbs, list(
/client/proc/admin_observe()
set name = "Aobserve"
set category = "Admin"
if(!check_rights(R_ADMIN|R_MOD|R_MENTOR))
if(!check_rights(R_ADMIN|R_MOD)) // SS220 edit - removed R_MENTOR
return

if(isnewplayer(mob))
Expand Down

0 comments on commit 15f994d

Please sign in to comment.