From d5a8cca2d53d0b3a9eafcbced701fb66278c5534 Mon Sep 17 00:00:00 2001 From: Chomp Date: Thu, 24 Jul 2025 09:42:36 +0100 Subject: [PATCH] Removed redundant nullable status --- Libraries/SPTarkov.Server.Core/Services/ItemFilterService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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