From 09e9c5bf41cfec9b0e1cc68784bd2318c380b06b Mon Sep 17 00:00:00 2001 From: Dvir Date: Thu, 9 Nov 2023 02:56:14 +0200 Subject: [PATCH] Fix --- Content.Server/Shipyard/Systems/ShipyardSystem.Consoles.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/Shipyard/Systems/ShipyardSystem.Consoles.cs b/Content.Server/Shipyard/Systems/ShipyardSystem.Consoles.cs index dee7e1491de..9208fa2990e 100644 --- a/Content.Server/Shipyard/Systems/ShipyardSystem.Consoles.cs +++ b/Content.Server/Shipyard/Systems/ShipyardSystem.Consoles.cs @@ -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);