Store Action Upgrade Fix (#24959)
This commit is contained in:
@@ -1,6 +1,4 @@
|
|||||||
using Content.Server.Actions;
|
using Content.Server.Store.Components;
|
||||||
using Content.Server.Store.Components;
|
|
||||||
using Content.Shared.Actions;
|
|
||||||
using Robust.Shared.Containers;
|
using Robust.Shared.Containers;
|
||||||
|
|
||||||
namespace Content.Server.Store.Systems;
|
namespace Content.Server.Store.Systems;
|
||||||
|
|||||||
@@ -163,7 +163,6 @@ public partial class ListingData : IEquatable<ListingData>, ICloneable
|
|||||||
ProductEntity = ProductEntity,
|
ProductEntity = ProductEntity,
|
||||||
ProductAction = ProductAction,
|
ProductAction = ProductAction,
|
||||||
ProductUpgradeID = ProductUpgradeID,
|
ProductUpgradeID = ProductUpgradeID,
|
||||||
ProductActionEntity = ProductActionEntity,
|
|
||||||
ProductEvent = ProductEvent,
|
ProductEvent = ProductEvent,
|
||||||
PurchaseAmount = PurchaseAmount,
|
PurchaseAmount = PurchaseAmount,
|
||||||
RestockTime = RestockTime,
|
RestockTime = RestockTime,
|
||||||
|
|||||||
Reference in New Issue
Block a user