Fix bug that blows up edunetworkbuilder at first run.
This commit is contained in:
parent
a3dcf049e2
commit
14d52ec713
@ -84,6 +84,9 @@ namespace EduNetworkBuilder
|
||||
}
|
||||
else
|
||||
{
|
||||
if (Properties.Settings.Default.ScoreList == null)
|
||||
Properties.Settings.Default.ScoreList = new System.Collections.Specialized.StringCollection();
|
||||
|
||||
LastPath = Properties.Settings.Default.LastPath;
|
||||
AutoStartPuzzles = Properties.Settings.Default.AutoStartPuzzles;
|
||||
ChosenLanguage = Properties.Settings.Default.ChosenLanguage;
|
||||
|
Loading…
Reference in New Issue
Block a user