Skip to content

Commit

Permalink
Fixes a common runtime I noticed (#4406)
Browse files Browse the repository at this point in the history
* converts tokens to build per month

* part 2 automates the metacoins

* Update preferences.dm

* Update code/modules/client/preferences.dm

---------

Co-authored-by: Lucy <[email protected]>
  • Loading branch information
dwasint and Absolucy authored Nov 30, 2024
1 parent 592f949 commit 1e27464
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(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 1e27464

Please sign in to comment.