Skip to content

Commit

Permalink
bugfix: character save runtime (ss220-space#3936)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimach authored Nov 26, 2023
1 parent ce9d95a commit 0a4f833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/client/preference/preferences_mysql.dm
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@
"socks" = socks,
"body_accessory" = (body_accessory ? body_accessory : ""),
"gearlist" = (gearlist ? gearlist : ""),
"autohiss_mode" = autohiss_mode,
"autohiss_mode" = autohiss_mode ? autohiss_mode : initial(autohiss_mode),
"h_grad_style" = h_grad_style,
"h_grad_offset" = "[h_grad_offset_x],[h_grad_offset_y]",
"h_grad_colour" = h_grad_colour,
Expand Down

0 comments on commit 0a4f833

Please sign in to comment.