mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Revert recent confirmations rate-limiting, add debug
This commit is contained in:
@@ -377,6 +377,11 @@ namespace ArchiSteamFarm {
|
||||
}
|
||||
|
||||
if (response != null) {
|
||||
// TODO: Remove me
|
||||
if (!response.Success) {
|
||||
Logging.LogGenericError("HandleConfirmations() debug content: " + json, Bot.BotName);
|
||||
}
|
||||
|
||||
return response.Success;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user