Skip to content

Commit

Permalink
added saving of automapper state
Browse files Browse the repository at this point in the history
  • Loading branch information
Djordje committed Apr 12, 2022
1 parent 343aea3 commit e6848a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lists/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ public bool Save(string sFileName = "settings.cfg")
oStreamWriter.WriteLine("#config {maxrowbuffer} {" + iBufferLineSize + "}");
oStreamWriter.WriteLine("#config {spelltimer} {" + bShowSpellTimer + "}");
oStreamWriter.WriteLine("#config {autolog} {" + bAutoLog + "}");
oStreamWriter.WriteLine("#config {automapper} {" + bAutoMapper + "}");
oStreamWriter.WriteLine("#config {editor} {" + sEditor + "}");
oStreamWriter.WriteLine("#config {prompt} {" + sPrompt + "}");
oStreamWriter.WriteLine("#config {monstercountignorelist} {" + sIgnoreMonsterList + "}");
Expand Down

0 comments on commit e6848a2

Please sign in to comment.