Skip to content

Commit

Permalink
Update preferences.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
dwasint committed Nov 28, 2024
1 parent 882f8c4 commit 1105e76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/client/preferences.dm
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,8 @@ GLOBAL_LIST_EMPTY(preferences_datums)
continue

value_cache -= preference.type
if(!parent || QDELETED(parent))
return
preference.apply_to_client(parent, read_preference(preference.type))

/// A preview of a character for use in the preferences menu
Expand Down

0 comments on commit 1105e76

Please sign in to comment.