mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Misc
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user