From 5ef66540a6de611dbbd30342b914107a0416d285 Mon Sep 17 00:00:00 2001
From: FoxxoTrystan <trystan.garnierhein@gmail.com>
Date: Mon, 21 Oct 2024 02:10:59 +0200
Subject: [PATCH] FlavorTextFix

---
 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 7b02f1591e2..2eddea10145 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();