]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix Loadout Editor not closing when Character Editor is closed. (#27539)
authorCiac32 <aknoxlor@gmail.com>
Wed, 1 May 2024 03:28:13 +0000 (23:28 -0400)
committerGitHub <noreply@github.com>
Wed, 1 May 2024 03:28:13 +0000 (13:28 +1000)
Remove duplicate UpdateRoleRequirements call screwing up update ordering

Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs

index 70b7608f6db05213bf971cccbefacdbdb4ddaa12..dad20a641fde8f00763f13676a8a866f97d60467 100644 (file)
@@ -742,7 +742,6 @@ namespace Content.Client.Preferences.UI
             CharacterSlot = _preferencesManager.Preferences.SelectedCharacterIndex;
 
             UpdateAntagRequirements();
-            UpdateRoleRequirements();
             UpdateControls();
             ShowClothes.Pressed = true;
         }