This commit is contained in:
JustArchi
2016-03-26 19:39:46 +01:00
parent 33df54365a
commit f195563ba5

View File

@@ -573,7 +573,7 @@ namespace ArchiSteamFarm {
}
}
result.Append("There are " + runningBotsCount + "/" + Bots.Count + "bots running.");
result.Append("There are " + runningBotsCount + "/" + Bots.Count + " bots running.");
return result.ToString();
}