From 19935a41b89c4760c29d38f05ff53c583709c053 Mon Sep 17 00:00:00 2001 From: FoxxoTrystan <45297731+FoxxoTrystan@users.noreply.github.com> Date: Mon, 21 Oct 2024 02:24:23 +0200 Subject: [PATCH] Update HumanoidProfileEditor.xaml.cs --- Content.Client/Lobby/UI/HumanoidProfileEditor.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Content.Client/Lobby/UI/HumanoidProfileEditor.xaml.cs b/Content.Client/Lobby/UI/HumanoidProfileEditor.xaml.cs index 7b02f1591e..2eddea1014 100644 --- a/Content.Client/Lobby/UI/HumanoidProfileEditor.xaml.cs +++ b/Content.Client/Lobby/UI/HumanoidProfileEditor.xaml.cs @@ -639,6 +639,7 @@ public void SetProfile(HumanoidCharacterProfile? profile, int? slot) UpdateGenderControls(); UpdateSkinColor(); UpdateSpawnPriorityControls(); + UpdateFlavorTextEdit(); UpdateAgeEdit(); UpdateEyePickers(); UpdateSaveButton();