From 5464ef4353eda1d7d191dfc46553f47bb33fc9f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Domeradzki?= Date: Mon, 12 May 2025 21:35:13 +0200 Subject: [PATCH] Misc --- .../SteamTokenDumperPlugin.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper/SteamTokenDumperPlugin.cs b/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper/SteamTokenDumperPlugin.cs index 574a61374..9ee3e19fe 100644 --- a/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper/SteamTokenDumperPlugin.cs +++ b/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper/SteamTokenDumperPlugin.cs @@ -464,6 +464,10 @@ internal sealed class SteamTokenDumperPlugin : OfficialPlugin, IASF, IBot, IBotC try { SteamApps.DepotKeyCallback depotResponse = await bot.SteamApps.GetDepotDecryptionKey(app.ID, app.ID).ToLongRunningTask().ConfigureAwait(false); + // Increment total in combination with successful, we allow this one to fail on us + depotKeysTotal++; + depotKeysSuccessful++; + GlobalCache.UpdateDepotKey(depotResponse); } catch (Exception e) { // We can still try other depots