mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-15 00:54:16 +01:00
stack fill for player notes (#19039)
* stack fill for player notes * nullcheck
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user