diff --git a/Assets/Scripts/SS3D/Systems/Inventory/Containers/InventoryView.cs b/Assets/Scripts/SS3D/Systems/Inventory/Containers/InventoryView.cs index 2f8a3df8b..ad34a0051 100644 --- a/Assets/Scripts/SS3D/Systems/Inventory/Containers/InventoryView.cs +++ b/Assets/Scripts/SS3D/Systems/Inventory/Containers/InventoryView.cs @@ -386,6 +386,7 @@ public void DestroyAllSlots() { Slots[i].gameObject.Dispose(true); } + Slots.Clear(); } } } \ No newline at end of file