Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMelbert committed Nov 14, 2023
1 parent 0ed5d1f commit e469587
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/modules/client/preferences_savefile.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// You do not need to raise this if you are adding new values that have sane defaults.
// Only raise this value when changing the meaning/format/name/layout of an existing value
// where you would want the updater procs below to run
#define SAVEFILE_VERSION_MAX 44
#define SAVEFILE_VERSION_MAX 43.1

/*
SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Carn
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ GLOBAL_LIST_INIT(loadout_categories, init_loadout_categories())
preferences.write_preference(GLOB.preference_entries[/datum/preference/numeric/active_loadout], text2num(params["new_slot"]))
character_preview_view.update_body()
preferences.character_preview_view?.update_body()
preferences.update_static_data_for_all_viewers()
preferences.update_static_data(user)

/datum/preference_middleware/loadout/get_ui_data(mob/user)
var/list/data = list()
Expand Down

0 comments on commit e469587

Please sign in to comment.