Skip to content

Commit

Permalink
pt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidenkrz committed Oct 21, 2024
1 parent 5758d81 commit a525ffc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Content.Client/Lobby/UI/HumanoidProfileEditor.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1208,6 +1208,7 @@ private void UpdateNameEdit()
private void UpdateCustomSpecieNameEdit()
{
var species = _species.Find(x => x.ID == Profile?.Species) ?? _species.First();
_customspecienameEdit.Text = string.IsNullOrEmpty(Profile?.Customspeciename) ? Loc.GetString(species.Name) : Profile.Customspeciename;
_ccustomspecienamecontainerEdit.Visible = species.CustomName;
}

Expand Down

0 comments on commit a525ffc

Please sign in to comment.