launcher: fix config not saving when new ini file needs to be created for it (regression created when switching to simpleini)

This commit is contained in:
somewhatlurker
2021-01-12 13:29:32 +11:00
parent f0b8c1175b
commit 2bc4db34a1
2 changed files with 9 additions and 2 deletions
-2
View File
@@ -37,14 +37,12 @@ namespace Launcher {
if (!IsLineInFile("[components]", COMPONENTS_FILE))
{
PrependFile("[components]\n", COMPONENTS_FILE);
*ComponentsConfigChanged = true;
}
// if playerdata.ini has no section name, add one
if (!IsLineInFile("[playerdata]", PLAYERDATA_FILE))
{
PrependFile("[playerdata]\n", PLAYERDATA_FILE);
*PlayerdataConfigChanged = true;
}
// if keyconfig.ini has no section name, add one