Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
Deleted user committed Jul 28, 2024
1 parent 1891924 commit 2921bad
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions code/controllers/subsystem/who.dm
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,7 @@ SUBSYSTEM_DEF(who)
admin["content"] = "[entry.key] ([rank])"
admin["text"] = ""

if(CLIENT_IS_STEALTHED(entry))
continue
else if(entry.admin_holder?.fakekey)
if(entry.admin_holder?.fakekey || CLIENT_IS_STEALTHED(C))
admin["text"] += " (HIDDEN)"
else
minimum_admins += list(admin.Copy())
Expand Down

0 comments on commit 2921bad

Please sign in to comment.