[MIRROR] Remove tab before names in Who for deadmins (#1008)

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

Previously, names were prefixed with tabs for deadmins. This makes the output look significantly worse.

* Remove tab before names in Who for deadmins

Co-authored-by: Jared-Fogle <35135081+Jared-Fogle@users.noreply.github.com>
This commit is contained in:
SkyratBot
2020-09-27 11:32:06 +02:00
committed by GitHub
co-authored by Jared-Fogle
parent 6250d51dcd
commit b96cd9da8c
+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)"