Update who.dm

This commit is contained in:
kevinz000
2018-12-21 19:08:53 -08:00
committed by GitHub
parent 4a63be40e5
commit 721dd82c94
@@ -41,7 +41,7 @@
Lines += sortList(assembled)
assembled.len = 0
if(length(GLOB.mentors))
Lines += "<b>Mentors:</b>"https://github.com/Citadel-Station-13/Citadel-Station-13
Lines += "<b>Mentors:</b>"
for(var/X in GLOB.mentors)
var/client/C = X
if(C && (!C.holder || (C.holder && !C.holder.fakekey))) //>using stuff this complex instead of just using if/else lmao