Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dvir001 committed Nov 9, 2023
1 parent d430ec9 commit 09e9c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/Shipyard/Systems/ShipyardSystem.Consoles.cs
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ private void OnPurchaseMessage(EntityUid uid, ShipyardConsoleComponent component
sellValue -= tax;
channel = component.BlackMarketShipyardChannel;

SendPurchaseMessage(uid, uid, player, name, component.SecurityShipyardChannel, true);
SendPurchaseMessage(uid, player, name, component.SecurityShipyardChannel, true);
}

SendPurchaseMessage(uid, player, name, channel, false);
Expand Down

0 comments on commit 09e9c5b

Please sign in to comment.