diff --git a/Libraries/Core/Services/RagfairOfferService.cs b/Libraries/Core/Services/RagfairOfferService.cs index 4b8c878f..4516d308 100644 --- a/Libraries/Core/Services/RagfairOfferService.cs +++ b/Libraries/Core/Services/RagfairOfferService.cs @@ -1,11 +1,12 @@ +using System.Collections.Concurrent; using Core.Helpers; -using SptCommon.Annotations; using Core.Models.Eft.Common.Tables; using Core.Models.Eft.Ragfair; using Core.Models.Utils; using Core.Servers; using Core.Utils; using Core.Utils.Cloners; +using SptCommon.Annotations; using SptCommon.Extensions; namespace Core.Services; @@ -26,7 +27,7 @@ public class RagfairOfferService( ) { protected bool _playerOffersLoaded; - protected HashSet _expiredOfferIds = new(); + protected ConcurrentBag _expiredOfferIds = new(); /** * Get all offers