diff --git a/Content.Client/Preferences/UI/CharacterSetupGui.xaml.cs b/Content.Client/Preferences/UI/CharacterSetupGui.xaml.cs index ea8de09ab5..8dda0220a9 100644 --- a/Content.Client/Preferences/UI/CharacterSetupGui.xaml.cs +++ b/Content.Client/Preferences/UI/CharacterSetupGui.xaml.cs @@ -135,6 +135,9 @@ namespace Content.Client.Preferences.UI _humanoidProfileEditor.CharacterSlot = characterIndexCopy; _humanoidProfileEditor.UpdateControls(); _preferencesManager.SelectCharacter(character); + var controller = UserInterfaceManager.GetUIController(); + controller.UpdateProfile(_humanoidProfileEditor.Profile); + controller.ReloadCharacterUI(); UpdateUI(); args.Event.Handle(); };