Skip to content

Commit

Permalink
make mining shuttle console ui 1% better
Browse files Browse the repository at this point in the history
  • Loading branch information
deltanedas committed Dec 15, 2024
1 parent 0205813 commit 56a74e0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 56a74e0

Please sign in to comment.