diff --git a/Libraries/SPTarkov.Server.Core/Services/ItemFilterService.cs b/Libraries/SPTarkov.Server.Core/Services/ItemFilterService.cs index 9a690fbb..b170b128 100644 --- a/Libraries/SPTarkov.Server.Core/Services/ItemFilterService.cs +++ b/Libraries/SPTarkov.Server.Core/Services/ItemFilterService.cs @@ -14,8 +14,8 @@ public class ItemFilterService(ISptLogger logger, ConfigServe { protected readonly ItemConfig _itemConfig = configServer.GetConfig(); - protected readonly HashSet? _itemBlacklistCache = []; - protected readonly HashSet? _lootableItemBlacklistCache = []; + protected readonly HashSet _itemBlacklistCache = []; + protected readonly HashSet _lootableItemBlacklistCache = []; /// /// Get an HashSet of items that should never be given as a reward to player