Override UserSettings from the commandline
This commit is contained in:
@@ -612,7 +612,9 @@ namespace OpenRA
|
||||
if (FileSystem.Exists(settingsFile))
|
||||
FieldLoader.Load(Settings,
|
||||
new IniFile(FileSystem.Open(settingsFile)).GetSection("Settings"));
|
||||
FileSystem.UnmountAll();
|
||||
FileSystem.UnmountAll();
|
||||
|
||||
Settings.AddSettings(settings);
|
||||
}
|
||||
|
||||
static bool quit;
|
||||
|
||||
Reference in New Issue
Block a user