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