Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
thgvr committed Nov 12, 2023
1 parent 910bf01 commit b072f63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/modules/client/preferences_savefile.dm
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,6 @@ SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Car
height_filter = sanitize_inlist(height_filter, GLOB.height_filters, "Normal")
features["grad_style"] = sanitize_inlist(features["grad_style"], GLOB.hair_gradients_list)
features["grad_color"] = sanitize_hexcolor(features["grad_color"])
features["body_size"] = sanitize_inlist(features["body_size"], GLOB.body_sizes, "Normal")
features["mcolor"] = sanitize_hexcolor(features["mcolor"])
features["mcolor2"] = sanitize_hexcolor(features["mcolor2"])
features["ethcolor"] = copytext_char(features["ethcolor"], 1, 7)
Expand Down

0 comments on commit b072f63

Please sign in to comment.