Skip to content

Commit

Permalink
logging
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Nov 8, 2023
1 parent 7c6cb5a commit 0a67638
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/client/preferences_savefile.dm
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@

var/options = tgui_alert(owner, "Failed to load your preferences file. It may be in use by another process. Please try again.", "Failed to Load", list("Retry", "Disconnect"), timeout = FALSE)
if(options != "Retry")
log_access("Disconnected: [owner.key] - Failed to load preferences file.")
qdel(owner, force = TRUE)
return FALSE

Expand Down

0 comments on commit 0a67638

Please sign in to comment.