Station Shipyard Console Works Again (#5524)

remove gridID override
This commit is contained in:
Stxcking 2026-05-03 09:08:07 -04:00 committed by GitHub
parent 57b4a26a3d
commit cbbde367ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -59,8 +59,6 @@ public sealed class ShipyardConsoleSystem : SharedShipyardConsoleSystem
Audio.PlayPvs(ent.Comp.DenySound, ent); Audio.PlayPvs(ent.Comp.DenySound, ent);
return; return;
} }
purchasingGrid = bankAccount.Value.Owner;
} }
if (purchasingGrid is not { } grid if (purchasingGrid is not { } grid