From 9f8a8804f10db8485143676eaec3d5d9f7892509 Mon Sep 17 00:00:00 2001 From: lucoiso Date: Mon, 27 Mar 2023 08:15:12 -0300 Subject: [PATCH] Remove unnecessary notify --- .../Private/Components/ElementusInventoryComponent.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/ElementusInventory/Private/Components/ElementusInventoryComponent.cpp b/Source/ElementusInventory/Private/Components/ElementusInventoryComponent.cpp index ad26eab..e161e7d 100644 --- a/Source/ElementusInventory/Private/Components/ElementusInventoryComponent.cpp +++ b/Source/ElementusInventory/Private/Components/ElementusInventoryComponent.cpp @@ -471,7 +471,6 @@ void UElementusInventoryComponent::DiscardItems_Implementation(const TArray& Items) @@ -482,7 +481,6 @@ void UElementusInventoryComponent::AddItems_Implementation(const TArray& Modifiers, const EElementusInventoryUpdateOperation Operation)