Storage Windows now have the owner's name instead of Storage Item (#1131)

This commit is contained in:
Exp
2020-06-15 13:28:28 +02:00
committed by GitHub
parent 310e765502
commit 548b91df61

View File

@@ -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()