[MIRROR] some more globals (#12336)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-01-29 21:46:02 +01:00
committed by GitHub
co-authored by Kashargul
parent e539ac6498
commit 5f62c07b65
51 changed files with 166 additions and 178 deletions
+1 -1
View File
@@ -248,7 +248,7 @@ ADMIN_VERB(stealth, R_STEALTH, "Stealth Mode", "Toggle stealth.", "Admin.Game")
var/datum/preferences/D
var/client/C = GLOB.directory[warned_ckey]
if(C) D = C.prefs
else D = preferences_datums[warned_ckey]
else D = GLOB.preferences_datums[warned_ckey]
if(!D)
to_chat(src, span_warning("Error: warn(): No such ckey found."))