From 3dd8aa7cad7b150d01630e4bfff2bef03e59b7ef Mon Sep 17 00:00:00 2001 From: JustArchi Date: Tue, 25 Apr 2017 04:25:47 +0200 Subject: [PATCH] Misc --- ArchiSteamFarm/Bot.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArchiSteamFarm/Bot.cs b/ArchiSteamFarm/Bot.cs index f3020576a..689246335 100755 --- a/ArchiSteamFarm/Bot.cs +++ b/ArchiSteamFarm/Bot.cs @@ -3355,7 +3355,7 @@ namespace ArchiSteamFarm { return null; } - if (bots.Count < Bots.Count) { + if (responses.Count < Bots.Count) { return string.Join("", responses); }