diff --git a/Exiled.CustomModules/API/Features/CustomItems/CustomItem.cs b/Exiled.CustomModules/API/Features/CustomItems/CustomItem.cs index 57bc64e885..9087fa57a5 100644 --- a/Exiled.CustomModules/API/Features/CustomItems/CustomItem.cs +++ b/Exiled.CustomModules/API/Features/CustomItems/CustomItem.cs @@ -64,12 +64,12 @@ public abstract class CustomItem : CustomModule, IAdditiveBehaviour /// /// Gets all pickups belonging to a . /// - public static HashSet CustomItemsUnhold => PickupManager.Keys.ToHashSet(); + public static IEnumerable CustomPickups => PickupManager.Keys; /// /// Gets all items belonging to a . /// - public static HashSet CustomItemsHolded => ItemManager.Keys.ToHashSet(); + public static IEnumerable CustomItems => ItemManager.Keys; /// /// Gets the 's .