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