Merge pull request #926 from Yawet330/master-1

Privacy PR
This commit is contained in:
BongaTheProto
2023-08-15 01:16:55 -05:00
committed by GitHub
2 changed files with 3 additions and 2 deletions
+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]"] = C //NONMODULARITY NOTE: Removes the ability to link CKEYs to Characters. Always reapply for privacy reasons.
else
choices[C] = C
choices = sortList(choices)