Added log on successful loading

This commit is contained in:
Robert Altner 2019-08-01 12:16:54 +02:00
parent 0c5094907e
commit 4b73a70391

View file

@ -46,6 +46,8 @@ namespace Mod
sett_dict.Add(vals[0], Int32.Parse(vals[1]));
}
Log("Successfully loaded settings!");
return true;
}