Fix Loadout Editor not closing when Character Editor is closed. (#27539)
Remove duplicate UpdateRoleRequirements call screwing up update ordering
This commit is contained in:
parent
1c6e18d93a
commit
00a043e2ff
|
|
@ -772,7 +772,6 @@ namespace Content.Client.Preferences.UI
|
|||
CharacterSlot = _preferencesManager.Preferences.SelectedCharacterIndex;
|
||||
|
||||
UpdateAntagRequirements();
|
||||
UpdateRoleRequirements();
|
||||
UpdateControls();
|
||||
ShowClothes.Pressed = true;
|
||||
EnsureJobRequirementsValid(); // DeltaV
|
||||
|
|
|
|||
Loading…
Reference in New Issue