diff --git a/Content.Client/DeltaV/Shuttles/UI/DockingConsoleWindow.xaml.cs b/Content.Client/DeltaV/Shuttles/UI/DockingConsoleWindow.xaml.cs index 72263a1e112..eaa489ae868 100644 --- a/Content.Client/DeltaV/Shuttles/UI/DockingConsoleWindow.xaml.cs +++ b/Content.Client/DeltaV/Shuttles/UI/DockingConsoleWindow.xaml.cs @@ -50,7 +50,6 @@ public DockingConsoleWindow(EntityUid owner) { MapFTLState.Text = Loc.GetString("docking-console-no-shuttle"); _ftlStyle.BackgroundColor = Color.FromHex("#B02E26"); - return; } Destinations.OnItemSelected += args => _selected = args.ItemIndex;