get rid of that 1!!!

This commit is contained in:
FL-OZ
2020-05-10 21:41:03 -05:00
parent 80796df5a3
commit 3193a0a7b2

View File

@@ -32,7 +32,7 @@ namespace Content.Client.GameObjects.Components.Storage
base.OnAdd(); base.OnAdd();
Window = new StorageWindow() Window = new StorageWindow()
{StorageEntity = this};1 {StorageEntity = this};
} }
public override void OnRemove() public override void OnRemove()