From 2084b5987105750f97e5405eb4188792d3c0ca65 Mon Sep 17 00:00:00 2001 From: Jabak <163307958+Jabaks@users.noreply.github.com> Date: Wed, 17 Jul 2024 22:30:46 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B8=D1=85=D1=83=D1=8F=20=D0=BD=D0=B5?= =?UTF-8?q?=20=D1=84=D0=B8=D0=BA=D1=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Preferences/UI/HumanoidProfileEditor.xaml | 6 +++--- .../Preferences/UI/HumanoidProfileEditor.xaml.cs | 10 +++++----- ...leEditor.Height.cs => HumanoidProfileEditor.Height} | 0 ...itor.Genitals.cs => HumanoidProfileEditor.Genitals} | 0 4 files changed, 8 insertions(+), 8 deletions(-) rename Content.Client/_Amour/CustomHeight/{HumanoidProfileEditor.Height.cs => HumanoidProfileEditor.Height} (100%) rename Content.Client/_Amour/HumanoidProfileEditorExt/{HumanoidProfileEditor.Genitals.cs => HumanoidProfileEditor.Genitals} (100%) diff --git a/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml b/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml index ea96319d07..3498374eca 100644 --- a/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml +++ b/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml @@ -162,14 +162,14 @@ - + @@ -193,7 +193,7 @@ - + diff --git a/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs b/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs index 4f6eca1456..26811c68ce 100644 --- a/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs +++ b/Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs @@ -207,11 +207,11 @@ namespace Content.Client.Preferences.UI //AMOUR START #region Genitals - InitializeGenitals(); + //InitializeGenitals(); #endregion #region height - InitializeHeight(); + //InitializeHeight(); #endregion //AMOUR END @@ -235,7 +235,7 @@ namespace Content.Client.Preferences.UI SetSpecies(_speciesList[args.Id].ID); UpdateHairPickers(); OnSkinColorOnValueChanged(); - UpdateHeightControl(); // AMOUR + //UpdateHeightControl(); // AMOUR }; #endregion Species @@ -1289,9 +1289,9 @@ namespace Content.Client.Preferences.UI //WD-EDIT //Amour edit - UpdateGenitalsControls(); + //UpdateGenitalsControls(); UpdateRoleplayThink(); - UpdateHeightControl(); + //UpdateHeightControl(); //Amour edit _preferenceUnavailableButton.SelectId((int) Profile.PreferenceUnavailable); diff --git a/Content.Client/_Amour/CustomHeight/HumanoidProfileEditor.Height.cs b/Content.Client/_Amour/CustomHeight/HumanoidProfileEditor.Height similarity index 100% rename from Content.Client/_Amour/CustomHeight/HumanoidProfileEditor.Height.cs rename to Content.Client/_Amour/CustomHeight/HumanoidProfileEditor.Height diff --git a/Content.Client/_Amour/HumanoidProfileEditorExt/HumanoidProfileEditor.Genitals.cs b/Content.Client/_Amour/HumanoidProfileEditorExt/HumanoidProfileEditor.Genitals similarity index 100% rename from Content.Client/_Amour/HumanoidProfileEditorExt/HumanoidProfileEditor.Genitals.cs rename to Content.Client/_Amour/HumanoidProfileEditorExt/HumanoidProfileEditor.Genitals