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.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using Content.Client.Animations;
|
using Content.Client.Animations;
|
||||||
@@ -135,7 +135,7 @@ namespace Content.Client.GameObjects.Components.Storage
|
|||||||
if (_window.IsOpen)
|
if (_window.IsOpen)
|
||||||
_window.Close();
|
_window.Close();
|
||||||
else
|
else
|
||||||
_window.Open();
|
_window.OpenCentered();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void CloseUI()
|
private void CloseUI()
|
||||||
|
|||||||
Reference in New Issue
Block a user