Open character window centered (#3735)

This commit is contained in:
Swept
2021-03-28 02:40:23 +00:00
committed by GitHub
parent ac219e099d
commit b7c81063ec

View File

@@ -1,4 +1,4 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using Content.Client.GameObjects.Components.Mobs; using Content.Client.GameObjects.Components.Mobs;
using Content.Client.UserInterface; using Content.Client.UserInterface;
@@ -90,7 +90,7 @@ namespace Content.Client.GameObjects.Components.Actor
{ {
if (b) if (b)
{ {
Window.Open(); Window.OpenCentered();
} }
else else
{ {