Skip to content

Commit f9efc75

Browse files
authored
make mining shuttle console ui 1% better (#2447)
Co-authored-by: deltanedas <@deltanedas:kde.org>
1 parent 0205813 commit f9efc75

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Content.Client/DeltaV/Shuttles/UI/DockingConsoleWindow.xaml.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ public DockingConsoleWindow(EntityUid owner)
5050
{
5151
MapFTLState.Text = Loc.GetString("docking-console-no-shuttle");
5252
_ftlStyle.BackgroundColor = Color.FromHex("#B02E26");
53-
return;
5453
}
5554

5655
Destinations.OnItemSelected += args => _selected = args.ItemIndex;

0 commit comments

Comments
 (0)