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