diff --git a/ArchiSteamFarm.OfficialPlugins.ItemsMatcher/RemoteCommunication.cs b/ArchiSteamFarm.OfficialPlugins.ItemsMatcher/RemoteCommunication.cs index 58dc54094..8120da4cd 100644 --- a/ArchiSteamFarm.OfficialPlugins.ItemsMatcher/RemoteCommunication.cs +++ b/ArchiSteamFarm.OfficialPlugins.ItemsMatcher/RemoteCommunication.cs @@ -337,10 +337,12 @@ internal sealed class RemoteCommunication : IAsyncDisposable, IDisposable { AnnouncedItems[item.AssetID] = item.Amount; } - Bot.ArchiLogger.LogGenericInfo(Strings.Success); + AnnouncedItems.TrimExcess(); } finally { RequestsSemaphore.Release(); } + + Bot.ArchiLogger.LogGenericInfo(Strings.Success); } internal void TriggerMatchActivelyEarlier() {