From 11a5927f6bcd926a5314dae3644f1d9927a68a3e Mon Sep 17 00:00:00 2001 From: JustArchi Date: Sun, 20 Oct 2019 21:44:11 +0200 Subject: [PATCH] Update IBotCardsFarmerInfo.cs --- ArchiSteamFarm/Plugins/IBotCardsFarmerInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArchiSteamFarm/Plugins/IBotCardsFarmerInfo.cs b/ArchiSteamFarm/Plugins/IBotCardsFarmerInfo.cs index 9dfab0925..318635af6 100644 --- a/ArchiSteamFarm/Plugins/IBotCardsFarmerInfo.cs +++ b/ArchiSteamFarm/Plugins/IBotCardsFarmerInfo.cs @@ -28,7 +28,7 @@ namespace ArchiSteamFarm.Plugins { /// ASF will call this method when cards farming module is finished on given bot instance. This method will also be called when there is nothing to idle or idling is unavailable, you can use provided boolean value for determining that. /// /// Bot object related to this callback. - /// Bool value indicating whether the module has confirmed to drop at least one card during the process. + /// Bool value indicating whether the module has finished successfully, so when there was at least one card to drop, and nothing has interrupted us in the meantime. void OnBotFarmingFinished(Bot bot, bool farmedSomething); ///