This commit is contained in:
Łukasz Domeradzki
2025-05-12 21:35:13 +02:00
parent e8f4737e81
commit 5464ef4353

View File

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