From 00a043e2ff19afade75e1d2142a1180082bff4ea 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 ae542c29b7..193e3e85df 100644 --- a/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs +++ b/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs @@ -772,7 +772,6 @@ namespace Content.Client.Preferences.UI CharacterSlot = _preferencesManager.Preferences.SelectedCharacterIndex; UpdateAntagRequirements(); - UpdateRoleRequirements(); UpdateControls(); ShowClothes.Pressed = true; EnsureJobRequirementsValid(); // DeltaV