This commit is contained in:
JustArchi 2016-11-02 05:38:04 +01:00
parent 92ed63dff3
commit 9a339a8e55

View file

@ -1372,7 +1372,7 @@ namespace ArchiSteamFarm {
return null;
}
foreach (Bot bot in Bots.Where(bot => !bot.Value.KeepRunning).Select(bot => bot.Value)) {
foreach (Bot bot in Bots.Values.Where(bot => !bot.KeepRunning)) {
bot.ResponseStart(steamID);
}