From b160c429269df958aa9e9f1cde2b83677ba33e11 Mon Sep 17 00:00:00 2001 From: Ciac32 Date: Tue, 30 Apr 2024 23:28:13 -0400 Subject: [PATCH] Fix Loadout Editor not closing when Character Editor is closed. (#27539) Remove duplicate UpdateRoleRequirements call screwing up update ordering --- Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs | 1 - 1 file changed, 1 deletion(-) 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; }