Storage Windows now have the owner's name instead of Storage Item (#1131)
This commit is contained in:
@@ -33,7 +33,7 @@ namespace Content.Client.GameObjects.Components.Storage
|
||||
base.OnAdd();
|
||||
|
||||
Window = new StorageWindow()
|
||||
{StorageEntity = this};
|
||||
{StorageEntity = this, Title = Owner.Name};
|
||||
}
|
||||
|
||||
public override void OnRemove()
|
||||
|
||||
Reference in New Issue
Block a user