diff --git a/Content.Server/Store/Systems/StoreSystem.Refund.cs b/Content.Server/Store/Systems/StoreSystem.Refund.cs index c42c79475e..d59ee75e3e 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 5dccc25337..61721f2fb4 100644 --- a/Content.Shared/Store/ListingPrototype.cs +++ b/Content.Shared/Store/ListingPrototype.cs @@ -163,7 +163,6 @@ public partial class ListingData : IEquatable, ICloneable ProductEntity = ProductEntity, ProductAction = ProductAction, ProductUpgradeID = ProductUpgradeID, - ProductActionEntity = ProductActionEntity, ProductEvent = ProductEvent, PurchaseAmount = PurchaseAmount, RestockTime = RestockTime,