fastfixstrip

This commit is contained in:
Zekins3366
2025-12-10 21:38:11 +03:00
parent cd40c59254
commit 7fa992f6ee

View File

@@ -79,7 +79,7 @@ namespace Content.Client.Inventory
{
base.Open();
_strippingMenu = new StrippingMenu(); // Corvax-Wega-Edit
_strippingMenu = this.CreateWindow<StrippingMenu>(); // Corvax-Wega-Edit
_strippingMenu.OnDirty += UpdateMenu;
_strippingMenu.Title = Loc.GetString("strippable-bound-user-interface-stripping-menu-title", ("ownerName", Identity.Name(Owner, EntMan)));