Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsurupeta committed Dec 3, 2023
1 parent 3e0832c commit b77723e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions code/modules/client/preferences_savefile.dm
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,6 @@
S["co_affiliation"] >> affiliation
S["yautja_status"] >> yautja_status
S["synth_status"] >> synth_status
S["key_bindings"] >> key_bindings
check_keybindings()

var/list/remembered_key_bindings
S["remembered_key_bindings"] >> remembered_key_bindings

S["lang_chat_disabled"] >> lang_chat_disabled
S["show_permission_errors"] >> show_permission_errors
Expand All @@ -207,6 +202,12 @@
S["adaptive_zoom"] >> adaptive_zoom
S["tooltips"] >> tooltips

S["key_bindings"] >> key_bindings
check_keybindings()

var/list/remembered_key_bindings
S["remembered_key_bindings"] >> remembered_key_bindings

//Sanitize
ooccolor = sanitize_hexcolor(ooccolor, CONFIG_GET(string/ooc_color_default))
lastchangelog = sanitize_text(lastchangelog, initial(lastchangelog))
Expand Down

0 comments on commit b77723e

Please sign in to comment.