Fix Loadout Editor not closing when Character Editor is closed. (#27539)
Remove duplicate UpdateRoleRequirements call screwing up update ordering
This commit is contained in:
@@ -742,7 +742,6 @@ namespace Content.Client.Preferences.UI
|
|||||||
CharacterSlot = _preferencesManager.Preferences.SelectedCharacterIndex;
|
CharacterSlot = _preferencesManager.Preferences.SelectedCharacterIndex;
|
||||||
|
|
||||||
UpdateAntagRequirements();
|
UpdateAntagRequirements();
|
||||||
UpdateRoleRequirements();
|
|
||||||
UpdateControls();
|
UpdateControls();
|
||||||
ShowClothes.Pressed = true;
|
ShowClothes.Pressed = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user