diff --git a/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs b/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs index 70b7608f6d..dad20a641f 100644 --- a/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs +++ b/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs @@ -742,7 +742,6 @@ namespace Content.Client.Preferences.UI CharacterSlot = _preferencesManager.Preferences.SelectedCharacterIndex; UpdateAntagRequirements(); - UpdateRoleRequirements(); UpdateControls(); ShowClothes.Pressed = true; }