From 1dcaf987743b278ee971d8c5176098717cbf9b01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Domeradzki?= Date: Mon, 12 May 2025 10:14:54 +0200 Subject: [PATCH] Always update app change numbers --- .../SteamTokenDumperPlugin.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper/SteamTokenDumperPlugin.cs b/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper/SteamTokenDumperPlugin.cs index 3c269c108..6d400608b 100644 --- a/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper/SteamTokenDumperPlugin.cs +++ b/ArchiSteamFarm.OfficialPlugins.SteamTokenDumper/SteamTokenDumperPlugin.cs @@ -488,11 +488,6 @@ internal sealed class SteamTokenDumperPlugin : OfficialPlugin, IASF, IBot, IBotC bot.ArchiLogger.LogGenericInfo(Strings.FormatBotFinishedRetrievingDepotKeys(depotKeysSuccessful, depotKeysTotal)); } - if (depotKeysSuccessful < depotKeysTotal) { - // We're not going to record app change numbers, as we didn't fetch all the depot keys we wanted - continue; - } - GlobalCache.UpdateAppChangeNumbers(appChangeNumbers); }