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 2921bad commit b783010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/subsystem/who.dm
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ SUBSYSTEM_DEF(who)
admin["content"] = "[entry.key] ([rank])"
admin["text"] = ""

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

0 comments on commit b783010

Please sign in to comment.