From 8d5feb03e3f0ef7b3b4f18d99be49987ec4ab7a8 Mon Sep 17 00:00:00 2001 From: Mona Hmiza <> Date: Thu, 11 May 2023 01:24:22 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B4=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }