Skip to content

Commit

Permalink
Merge branch 'master' into translate
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 17, 2024
2 parents f5395cf + 0f05150 commit 8344cb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/verbs/who.dm
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@
line += " (AFK)"

line += "<br>"
if(check_rights(R_ADMIN, FALSE, C.mob)) // Is this client an admin?
if(C?.holder?.fakekey && !check_rights(R_ADMIN, FALSE)) // Only admins can see stealthmins
if(check_rights(R_BAN, FALSE, C.mob)) // Is this client an admin? // SS220 EDIT - R_ADMIN -> R_BAN
if(C?.holder?.fakekey && !check_rights(R_BAN, FALSE)) // Only admins can see stealthmins // SS220 EDIT - R_ADMIN -> R_BAN
continue

if(C?.holder?.big_brother && !check_rights(R_PERMISSIONS, FALSE)) // Normal admins can't see Big Brother
Expand Down

0 comments on commit 8344cb5

Please sign in to comment.