[s]fix slight error (#25699)

* fix slight error

* fixes .? issue
This commit is contained in:
Qwertytoforty
2024-05-30 18:32:03 +01:00
committed by GitHub
parent d5eee09abc
commit 91aa03d64a
6 changed files with 22 additions and 7 deletions
+3
View File
@@ -225,6 +225,9 @@
var/i = 1
for(var/mob/M in mobs)
if(M.ckey)
if(M.client)
if(M.client?.holder?.big_brother && !check_rights(R_PERMISSIONS, FALSE)) // normal admins can't see BB
continue
var/color = "#e6e6e6"
if(i%2 == 0)