Fix Loadout Editor not closing when Character Editor is closed. (#27539)

Remove duplicate UpdateRoleRequirements call screwing up update ordering
This commit is contained in:
Ciac32
2024-04-30 23:28:13 -04:00
committed by GitHub
parent 446f516590
commit b160c42926

View File

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