Remove tab before names in Who for deadmins (#53930)

Previously, names were prefixed with tabs for deadmins. This makes the output look significantly worse.
This commit is contained in:
Jared-Fogle
2020-09-26 21:38:33 -07:00
committed by GitHub
parent 774ff201f6
commit b79daed120
+1 -1
View File
@@ -42,7 +42,7 @@
Lines += entry
else//If they don't have +ADMIN, only show hidden admins
for(var/client/C in GLOB.clients)
var/entry = "\t[C.key]"
var/entry = "[C.key]"
if(C.holder && C.holder.fakekey)
entry += " <i>(as [C.holder.fakekey])</i>"
entry += " ([round(C.avgping, 1)]ms)"