mirror of
https://github.com/wega-team/ss14-wega.git
synced 2026-02-14 19:30:01 +01:00
fastfixstrip
This commit is contained in:
@@ -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)));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user