Skip to content

Commit

Permalink
Store Action Upgrade Fix (space-wizards#24959)
Browse files Browse the repository at this point in the history
  • Loading branch information
keronshb committed Feb 5, 2024
1 parent 1ed8612 commit e79d2b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions Content.Server/Store/Systems/StoreSystem.Refund.cs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
1 change: 0 additions & 1 deletion Content.Shared/Store/ListingPrototype.cs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ public object Clone()
ProductEntity = ProductEntity,
ProductAction = ProductAction,
ProductUpgradeID = ProductUpgradeID,
ProductActionEntity = ProductActionEntity,
ProductEvent = ProductEvent,
PurchaseAmount = PurchaseAmount,
RestockTime = RestockTime,
Expand Down

0 comments on commit e79d2b5

Please sign in to comment.