diff --git a/Content.Client/Lobby/UI/HumanoidProfileEditor.xaml.cs b/Content.Client/Lobby/UI/HumanoidProfileEditor.xaml.cs index e3ed0ecc0c1..563a3456383 100644 --- a/Content.Client/Lobby/UI/HumanoidProfileEditor.xaml.cs +++ b/Content.Client/Lobby/UI/HumanoidProfileEditor.xaml.cs @@ -472,7 +472,7 @@ public HumanoidProfileEditor( Profile = Profile.WithCharacterAppearance( Profile.Appearance.WithHairColor(newColor.marking.MarkingColors[0])); UpdateCMarkingsHair(); - ReloadPreview(); + ReloadProfilePreview(); // Omu - hair color change does not need complete refresh }; FacialHairPicker.OnMarkingSelect += newStyle => @@ -491,7 +491,7 @@ public HumanoidProfileEditor( Profile = Profile.WithCharacterAppearance( Profile.Appearance.WithFacialHairColor(newColor.marking.MarkingColors[0])); UpdateCMarkingsFacialHair(); - ReloadPreview(); + ReloadProfilePreview(); // Omu - hair color change does not need complete refresh }; HairStylePicker.OnSlotRemove += _ =>