From: Ciac32 Date: Wed, 1 May 2024 03:28:13 +0000 (-0400) Subject: Fix Loadout Editor not closing when Character Editor is closed. (#27539) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=b160c429269df958aa9e9f1cde2b83677ba33e11;p=space-station-14.git Fix Loadout Editor not closing when Character Editor is closed. (#27539) Remove duplicate UpdateRoleRequirements call screwing up update ordering --- diff --git a/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs b/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs index 70b7608f6d..dad20a641f 100644 --- a/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs +++ b/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs @@ -742,7 +742,6 @@ namespace Content.Client.Preferences.UI CharacterSlot = _preferencesManager.Preferences.SelectedCharacterIndex; UpdateAntagRequirements(); - UpdateRoleRequirements(); UpdateControls(); ShowClothes.Pressed = true; }