This commit is contained in:
JustArchi
2016-07-31 17:50:37 +02:00
parent 860b76f720
commit 2e28319535

View File

@@ -153,7 +153,7 @@ namespace ArchiSteamFarm {
return; return;
} }
Logging.LogGenericInfo("We have a total of " + GamesToFarm.Count + " games (" + GamesToFarm.Sum(game => game.CardsRemaining) + " cards) to farm on this account..."); Logging.LogGenericInfo("We have a total of " + GamesToFarm.Count + " games (" + GamesToFarm.Sum(game => game.CardsRemaining) + " cards) to farm on this account...", Bot.BotName);
// This is the last moment for final check if we can farm // This is the last moment for final check if we can farm
if (Bot.PlayingBlocked) { if (Bot.PlayingBlocked) {