]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Store Action Upgrade Fix (#24959)
authorkeronshb <54602815+keronshb@users.noreply.github.com>
Mon, 5 Feb 2024 03:02:46 +0000 (22:02 -0500)
committerGitHub <noreply@github.com>
Mon, 5 Feb 2024 03:02:46 +0000 (22:02 -0500)
Content.Server/Store/Systems/StoreSystem.Refund.cs
Content.Shared/Store/ListingPrototype.cs

index c42c79475e38ed62f0bf7a440525af65af8d7fa3..d59ee75e3eaeefd11272212170d8f938f67ed180 100644 (file)
@@ -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;
index 5dccc253373b96dafe7798721863397eb1fc3405..61721f2fb44d16a0a85eccaadc4e932d01e6e355 100644 (file)
@@ -163,7 +163,6 @@ public partial class ListingData : IEquatable<ListingData>, ICloneable
             ProductEntity = ProductEntity,
             ProductAction = ProductAction,
             ProductUpgradeID = ProductUpgradeID,
-            ProductActionEntity = ProductActionEntity,
             ProductEvent = ProductEvent,
             PurchaseAmount = PurchaseAmount,
             RestockTime = RestockTime,