Update ooc.dm

This commit is contained in:
Yawet330
2023-08-09 21:01:27 +01:00
committed by GitHub
parent 8f768bc547
commit 7e6234096c
+1 -1
View File
@@ -234,7 +234,7 @@ GLOBAL_VAR_INIT(normal_ooc_colour, "#002eb8")
var/list/choices = list()
for(var/client/C in GLOB.clients)
if(isobserver(C.mob) && see_ghost_names)
choices["[C.mob]([C])"] = C
choices["[C.mob]"] = C //NONMODULARITY NOTE: Removes the ability to link CKEYs to Characters. Always reapply for privacy reasons.
else
choices[C] = C
choices = sortList(choices)