mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-14 00:47:25 +00:00
Misc
This commit is contained in:
parent
92ed63dff3
commit
9a339a8e55
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue