This commit is contained in:
JustArchi
2016-06-24 19:26:21 +02:00
parent 885800c539
commit 5c80fd158d

View File

@@ -701,7 +701,7 @@ namespace ArchiSteamFarm {
return null;
}
await Task.WhenAll(Bots.Select(bot => bot.Value.ResponseLoot(steamID))).ConfigureAwait(false);
await Task.WhenAll(Bots.Values.Select(bot => bot.ResponseLoot(steamID))).ConfigureAwait(false);
return "Done!";
}