mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 22:20:52 +00:00
I must stop forgetting about bot identifiers
This commit is contained in:
@@ -384,11 +384,11 @@ namespace ArchiSteamFarm {
|
||||
|
||||
string progress = htmlNode.InnerText;
|
||||
if (string.IsNullOrEmpty(progress)) {
|
||||
Logging.LogNullError(nameof(progress));
|
||||
Logging.LogNullError(nameof(progress), Bot.BotName);
|
||||
return null;
|
||||
}
|
||||
|
||||
Logging.LogGenericInfo("Status for " + appID + ": " + progress);
|
||||
Logging.LogGenericInfo("Status for " + appID + ": " + progress, Bot.BotName);
|
||||
return progress.Equals("No card drops remaining");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user