This commit is contained in:
JustArchi
2020-12-18 22:06:15 +01:00
parent c5c55dc44e
commit 34c5f5cf8b
10 changed files with 346 additions and 284 deletions

View File

@@ -227,7 +227,7 @@ namespace ArchiSteamFarm {
globalConfig = new GlobalConfig();
}
ASF.InitGlobalConfig(globalConfig);
await ASF.InitGlobalConfig(globalConfig).ConfigureAwait(false);
if (Debugging.IsDebugConfigured) {
ASF.ArchiLogger.LogGenericDebug(globalConfigFile + ": " + JsonConvert.SerializeObject(ASF.GlobalConfig, Formatting.Indented));