Hair style fixes.

Can color facial hair again.
Fix sort for hair styles to use name instead of ID.
This commit is contained in:
Pieter-Jan Briers
2021-03-28 21:37:09 +02:00
parent 6d44f3a5e8
commit fd1012d0d2
2 changed files with 2 additions and 2 deletions

View File

@@ -802,7 +802,7 @@ namespace Content.Client.UserInterface
Profile.Appearance.FacialHairColor,
Profile.Appearance.FacialHairStyleId,
SpriteAccessoryCategories.HumanFacialHair,
false);
true);
}
private void UpdateEyePickers()