stack fill for player notes (#19039)

* stack fill for player notes

* nullcheck
This commit is contained in:
Kashargul
2026-01-16 23:59:50 +01:00
committed by GitHub
parent c80ce6e4ab
commit 9abef0b3b2
2 changed files with 25 additions and 23 deletions
+1 -1
View File
@@ -425,7 +425,7 @@ GLOBAL_LIST_INIT(blacklisted_builds, list(
/client/Destroy()
GLOB.directory -= ckey
GLOB.clients -= src
persistent_client.set_client(null)
persistent_client?.set_client(null)
log_access("Logout: [key_name(src)]")
GLOB.tickets.ClientLogout(src)