diff --git a/code/game/verbs/who.dm b/code/game/verbs/who.dm index ec58c1c01a66..70a5c06e81c6 100644 --- a/code/game/verbs/who.dm +++ b/code/game/verbs/who.dm @@ -134,8 +134,8 @@ line += " (AFK)" line += "
" - 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