From 58ebc489ce588311757c56723d194776d44de02c Mon Sep 17 00:00:00 2001 From: rhailrake <49613070+rhailrake@users.noreply.github.com> Date: Thu, 27 Apr 2023 22:48:34 +0600 Subject: [PATCH] [feat] Sorted hop console # Conflicts: # Content.Client/Access/UI/IdCardConsoleWindow.xaml.cs --- Content.Client/Access/UI/IdCardConsoleWindow.xaml.cs | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Content.Client/Access/UI/IdCardConsoleWindow.xaml.cs b/Content.Client/Access/UI/IdCardConsoleWindow.xaml.cs index 670ba08871..7f5a9296e5 100644 --- a/Content.Client/Access/UI/IdCardConsoleWindow.xaml.cs +++ b/Content.Client/Access/UI/IdCardConsoleWindow.xaml.cs @@ -53,6 +53,7 @@ namespace Content.Client.Access.UI var jobs = _prototypeManager.EnumeratePrototypes().ToList(); jobs.Sort((x, y) => string.Compare(x.LocalizedName, y.LocalizedName, StringComparison.CurrentCulture)); + List