Fixes character saving. Again.

This commit is contained in:
AffectedArc07
2021-04-17 15:29:14 +01:00
parent b151dfb0b9
commit 3afa925cfa

View File

@@ -440,7 +440,7 @@
"f_style" = f_style,
"markingstyleslist" = markingstyleslist,
"ha_style" = ha_style,
"alt_head" = alt_head || "",
"alt_head" = (alt_head ? alt_head : ""), // This it intentnional. It wont work without it!
"e_colour" = e_colour,
"underwear" = underwear,
"undershirt" = undershirt,