From e79d2b5561692f34c3ee88c0d2a5707982227af2 Mon Sep 17 00:00:00 2001 From: keronshb <54602815+keronshb@users.noreply.github.com> Date: Sun, 4 Feb 2024 22:02:46 -0500 Subject: [PATCH] Store Action Upgrade Fix (#24959) --- Content.Server/Store/Systems/StoreSystem.Refund.cs | 4 +--- Content.Shared/Store/ListingPrototype.cs | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Content.Server/Store/Systems/StoreSystem.Refund.cs b/Content.Server/Store/Systems/StoreSystem.Refund.cs index c42c79475e38ed..d59ee75e3eaeef 100644 --- a/Content.Server/Store/Systems/StoreSystem.Refund.cs +++ b/Content.Server/Store/Systems/StoreSystem.Refund.cs @@ -1,6 +1,4 @@ -using Content.Server.Actions; -using Content.Server.Store.Components; -using Content.Shared.Actions; +using Content.Server.Store.Components; using Robust.Shared.Containers; namespace Content.Server.Store.Systems; diff --git a/Content.Shared/Store/ListingPrototype.cs b/Content.Shared/Store/ListingPrototype.cs index 5dccc253373b96..61721f2fb44d16 100644 --- a/Content.Shared/Store/ListingPrototype.cs +++ b/Content.Shared/Store/ListingPrototype.cs @@ -163,7 +163,6 @@ public object Clone() ProductEntity = ProductEntity, ProductAction = ProductAction, ProductUpgradeID = ProductUpgradeID, - ProductActionEntity = ProductActionEntity, ProductEvent = ProductEvent, PurchaseAmount = PurchaseAmount, RestockTime = RestockTime,