From 56a74e033c8d091f6302fb94b3f6c6c3beca5e8f Mon Sep 17 00:00:00 2001 From: deltanedas <@deltanedas:kde.org> Date: Sun, 15 Dec 2024 03:12:10 +0000 Subject: [PATCH] make mining shuttle console ui 1% better --- Content.Client/DeltaV/Shuttles/UI/DockingConsoleWindow.xaml.cs | 1 - 1 file changed, 1 deletion(-) 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;