Removed redundant nullable status

This commit is contained in:
Chomp
2025-07-24 09:42:36 +01:00
parent e77e910cd4
commit d5a8cca2d5
@@ -14,8 +14,8 @@ public class ItemFilterService(ISptLogger<ItemFilterService> logger, ConfigServe
{
protected readonly ItemConfig _itemConfig = configServer.GetConfig<ItemConfig>();
protected readonly HashSet<MongoId>? _itemBlacklistCache = [];
protected readonly HashSet<MongoId>? _lootableItemBlacklistCache = [];
protected readonly HashSet<MongoId> _itemBlacklistCache = [];
protected readonly HashSet<MongoId> _lootableItemBlacklistCache = [];
/// <summary>
/// Get an HashSet of items that should never be given as a reward to player