diff --git a/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs b/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs index a81e15ed05..2fbc31e973 100644 --- a/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs +++ b/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs @@ -204,7 +204,7 @@ namespace Content.Client.Preferences.UI if (specie.SponsorOnly) { - if(_sponsorsManager.TryGetInfo(out var info) && info.AllowedMarkings.Contains(specie.Name)) + if(_sponsorsManager.TryGetInfo(out var info) && info.AllowedMarkings.Contains(specie.ID)) { CSpeciesButton.AddItem(name, i); }