Merge pull request #617 from Citadel-Station-13/upstream-merge-26657

[MIRROR] Fixes ircadminwho making the wrong list check
This commit is contained in:
LetterJay
2017-04-28 08:17:53 -05:00
committed by GitHub
+1 -1
View File
@@ -591,7 +591,7 @@ GLOBAL_DATUM_INIT(ahelp_tickets, /datum/admin_help_tickets, new)
admin_keys += "[C][C.holder.fakekey ? "(Stealth)" : ""][C.is_afk() ? "(AFK)" : ""]"
for(var/admin in admin_keys)
if(LAZYLEN(admin_keys) > 1)
if(LAZYLEN(message) > 1)
message += ", [admin]"
else
message += "[admin]"