From cbbde367bad7a871a8d77170dca84bbdc0ad807d Mon Sep 17 00:00:00 2001 From: Stxcking <217132821+Stxcking@users.noreply.github.com> Date: Sun, 3 May 2026 09:08:07 -0400 Subject: [PATCH] Station Shipyard Console Works Again (#5524) remove gridID override --- Content.Server/_DV/Shipyard/ShipyardConsoleSystem.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Content.Server/_DV/Shipyard/ShipyardConsoleSystem.cs b/Content.Server/_DV/Shipyard/ShipyardConsoleSystem.cs index 89501a96de..055673786b 100644 --- a/Content.Server/_DV/Shipyard/ShipyardConsoleSystem.cs +++ b/Content.Server/_DV/Shipyard/ShipyardConsoleSystem.cs @@ -59,8 +59,6 @@ public sealed class ShipyardConsoleSystem : SharedShipyardConsoleSystem Audio.PlayPvs(ent.Comp.DenySound, ent); return; } - - purchasingGrid = bankAccount.Value.Owner; } if (purchasingGrid is not { } grid