various fixes (#6252)

see commits

fixes stuff in maintainer bug triage

---------

Co-authored-by: silicons <no@you.cat>
This commit is contained in:
silicons
2024-01-06 12:27:26 -07:00
committed by GitHub
co-authored by silicons
parent 0eda4b7607
commit e5c9de9b6c
50 changed files with 213 additions and 338 deletions
+3 -3
View File
@@ -21,9 +21,9 @@ GLOBAL_LIST_EMPTY(client_data)
var/key
/// absolutely, positively annihilated
var/ligma = FALSE
/// byond account join date
/// byond account join date; null = not loaded
var/account_join
/// byond account age
/// byond account age; null = not loaded
var/account_age
/// is guest
var/is_guest
@@ -47,7 +47,7 @@ GLOBAL_LIST_EMPTY(client_data)
is_guest = IsGuestKey(key)
load_account_age()
INVOKE_ASYNC(src, PROC_REF(load_account_age))
var/list/the_cheese_touch = CONFIG_GET(keyed_list/shadowban)
var/client/C = GLOB.directory[src.ckey]