We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0205813 commit f9efc75Copy full SHA for f9efc75
Content.Client/DeltaV/Shuttles/UI/DockingConsoleWindow.xaml.cs
@@ -50,7 +50,6 @@ public DockingConsoleWindow(EntityUid owner)
50
{
51
MapFTLState.Text = Loc.GetString("docking-console-no-shuttle");
52
_ftlStyle.BackgroundColor = Color.FromHex("#B02E26");
53
- return;
54
}
55
56
Destinations.OnItemSelected += args => _selected = args.ItemIndex;
0 commit comments