Skip to content

Commit

Permalink
-fix: loading
Browse files Browse the repository at this point in the history
Forgot to create a blank history list when we don't have a config file.
  • Loading branch information
ZeromusXYZ committed Feb 10, 2019
1 parent 0168bff commit 4f61744
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AAEmu.Launcher/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ private void LoadSettings()
Setting.Lang = "en";
Setting.LastLoginUser = "test";
Setting.LastLoginPass = "";
Setting.UserHistory = new List<string>();
Setting.UserHistory.Clear();
}
try
Expand Down

0 comments on commit 4f61744

Please sign in to comment.