Change storage window to OpenCentered (#3729)

This commit is contained in:
Swept
2021-03-27 08:01:12 +00:00
committed by GitHub
parent 5684415c94
commit 9363cd1b5c

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using Content.Client.Animations;
@@ -135,7 +135,7 @@ namespace Content.Client.GameObjects.Components.Storage
if (_window.IsOpen)
_window.Close();
else
_window.Open();
_window.OpenCentered();
}
private void CloseUI()