This commit is contained in:
JustArchi
2017-04-25 04:25:47 +02:00
parent 2c42eb6703
commit 3dd8aa7cad

View File

@@ -3355,7 +3355,7 @@ namespace ArchiSteamFarm {
return null;
}
if (bots.Count < Bots.Count) {
if (responses.Count < Bots.Count) {
return string.Join("", responses);
}