Change storage window to OpenCentered (#3729)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user