This commit is contained in:
JustArchi
2017-07-01 04:06:33 +02:00
parent 78bb754a6e
commit f2d527c0ec
8 changed files with 100 additions and 48 deletions

View File

@@ -181,7 +181,10 @@ namespace ArchiSteamFarm {
ParsePostInitArgs(args);
}
await ASF.CheckForUpdate().ConfigureAwait(false);
if (!Debugging.IsDebugBuild) {
await ASF.CheckForUpdate().ConfigureAwait(false);
}
await ASF.InitBots().ConfigureAwait(false);
ASF.InitEvents();
}