This commit is contained in:
JustArchi
2017-07-05 05:47:46 +02:00
parent 501c834d1d
commit 2ab02a9397

View File

@@ -322,7 +322,7 @@ namespace ArchiSteamFarm {
return true;
}
IEnumerable<Task> tasks = Bot.Bots.Values.Select(bot => Task.Run(() => bot.Stop()));
IEnumerable<Task> tasks = Bot.Bots.Values.Select(bot => Task.Run(() => bot.Stop(false)));
switch (GlobalConfig.OptimizationMode) {
case GlobalConfig.EOptimizationMode.MinMemoryUsage: