From b7c81063ecc3b24a9344ed595636303e15e6b122 Mon Sep 17 00:00:00 2001 From: Swept Date: Sun, 28 Mar 2021 02:40:23 +0000 Subject: [PATCH] Open character window centered (#3735) --- .../GameObjects/Components/Actor/CharacterInterface.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Content.Client/GameObjects/Components/Actor/CharacterInterface.cs b/Content.Client/GameObjects/Components/Actor/CharacterInterface.cs index e80daab6e5..ce07d10ae1 100644 --- a/Content.Client/GameObjects/Components/Actor/CharacterInterface.cs +++ b/Content.Client/GameObjects/Components/Actor/CharacterInterface.cs @@ -1,4 +1,4 @@ -using System.Collections.Generic; +using System.Collections.Generic; using System.Linq; using Content.Client.GameObjects.Components.Mobs; using Content.Client.UserInterface; @@ -90,7 +90,7 @@ namespace Content.Client.GameObjects.Components.Actor { if (b) { - Window.Open(); + Window.OpenCentered(); } else {