From b7830102e9f0f5ed4a557496daf9f44c57e1d44a Mon Sep 17 00:00:00 2001 From: Deleted user Date: Sun, 28 Jul 2024 17:08:35 +0500 Subject: [PATCH] f --- code/controllers/subsystem/who.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/controllers/subsystem/who.dm b/code/controllers/subsystem/who.dm index 478ed5261076..cf2f0e1034e3 100644 --- a/code/controllers/subsystem/who.dm +++ b/code/controllers/subsystem/who.dm @@ -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())