diff --git a/Content.Client/Clothing/UI/ChameleonMenu.xaml.cs b/Content.Client/Clothing/UI/ChameleonMenu.xaml.cs index 4532484d8a..bd45be4510 100644 --- a/Content.Client/Clothing/UI/ChameleonMenu.xaml.cs +++ b/Content.Client/Clothing/UI/ChameleonMenu.xaml.cs @@ -75,8 +75,8 @@ public sealed partial class ChameleonMenu : DefaultWindow button.OnPressed += _ => OnIdSelected?.Invoke(id); Grid.AddChild(button); var entityPrototypeView = new EntityPrototypeView(); - entityPrototypeView.SetPrototype(proto); button.AddChild(entityPrototypeView); + entityPrototypeView.SetPrototype(proto); } }