Revert recent confirmations rate-limiting, add debug

This commit is contained in:
JustArchi
2016-07-29 22:34:52 +02:00
parent ef5b108b34
commit 07af05ad00
2 changed files with 8 additions and 21 deletions

View File

@@ -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;
}