Skip to content

Commit

Permalink
Fixes #263, save the setting for append name to autosave (#288)
Browse files Browse the repository at this point in the history
Co-authored-by: Meru <[email protected]>
  • Loading branch information
SokyranTheDragon and notfood authored Apr 6, 2022
1 parent 3532ccc commit 6a888f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Client/MpSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ public override void ExposeData()
Scribe_Custom.LookRect(ref chatRect, "chatRect");
Scribe_Values.Look(ref resolutionForChat, "resolutionForChat");
Scribe_Values.Look(ref showMainMenuAnim, "showMainMenuAnim", true);
Scribe_Values.Look(ref appendNameToAutosave, "appendNameToAutosave");
Scribe_Values.Look(ref transparentPlayerCursors, "transparentPlayerCursors", true);

Scribe_Collections.Look(ref playerColors, "playerColors", LookMode.Deep);
Expand Down

0 comments on commit 6a888f9

Please sign in to comment.