mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Implement --no-config-migrate option
This commit is contained in:
@@ -378,6 +378,10 @@ namespace ArchiSteamFarm.Storage {
|
||||
return (null, null);
|
||||
}
|
||||
|
||||
if (!Program.ConfigMigrate) {
|
||||
return (globalConfig, null);
|
||||
}
|
||||
|
||||
globalConfig.Saving = true;
|
||||
string latestJson = JsonConvert.SerializeObject(globalConfig, Formatting.Indented);
|
||||
globalConfig.Saving = false;
|
||||
|
||||
Reference in New Issue
Block a user