This commit is contained in:
JustArchi
2016-04-06 15:30:03 +02:00
parent 6a79a89a10
commit 6e9be09944

View File

@@ -790,10 +790,6 @@ namespace ArchiSteamFarm {
bool alreadyHandled = false;
foreach (Bot bot in Bots.Values) {
if (alreadyHandled) {
break;
}
if (bot == this || !bot.SteamClient.IsConnected) {
continue;
}
@@ -812,6 +808,10 @@ namespace ArchiSteamFarm {
}
response.Append(Environment.NewLine + "<" + bot.BotName + "> Key: " + key + " | Status: " + otherResult.PurchaseResult + " | Items: " + string.Join("", otherResult.Items));
if (alreadyHandled) {
break;
}
}
key = reader.ReadLine(); // Next key