From 2e283195358645d6c9eb891a967ccb45ae88d05e Mon Sep 17 00:00:00 2001 From: JustArchi Date: Sun, 31 Jul 2016 17:50:37 +0200 Subject: [PATCH] Misc --- ArchiSteamFarm/CardsFarmer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArchiSteamFarm/CardsFarmer.cs b/ArchiSteamFarm/CardsFarmer.cs index cfea7e23a..8bf5f70e3 100755 --- a/ArchiSteamFarm/CardsFarmer.cs +++ b/ArchiSteamFarm/CardsFarmer.cs @@ -153,7 +153,7 @@ namespace ArchiSteamFarm { 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 if (Bot.PlayingBlocked) {