Skip to content

Commit

Permalink
fix draw order not saving (#16128) (#120)
Browse files Browse the repository at this point in the history
Co-authored-by: Xander3359 <[email protected]>
  • Loading branch information
Helg2 and Xander3359 authored Aug 25, 2024
1 parent e8ea44c commit ee2525b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/client/preferences_savefile.dm
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@
READ_FILE(S["split_admin_tabs"], split_admin_tabs)

READ_FILE(S["key_bindings"], key_bindings)
READ_FILE(S["slot_draw_order"], slot_draw_order_pref)
READ_FILE(S["custom_emotes"], custom_emotes)
READ_FILE(S["chem_macros"], chem_macros)

Expand Down Expand Up @@ -347,6 +348,7 @@
WRITE_FILE(S["tooltips"], tooltips)
WRITE_FILE(S["sound_tts"], sound_tts)
WRITE_FILE(S["volume_tts"], volume_tts)
WRITE_FILE(S["slot_draw_order"], slot_draw_order_pref)

WRITE_FILE(S["mute_self_combat_messages"], mute_self_combat_messages)
WRITE_FILE(S["mute_others_combat_messages"], mute_others_combat_messages)
Expand Down

0 comments on commit ee2525b

Please sign in to comment.