"Fix" aghost mass scanner (#9438)

This commit is contained in:
metalgearsloth
2022-07-06 14:33:54 +10:00
committed by GitHub
parent a324cd2e77
commit 0bbdd0c1a3
3 changed files with 32 additions and 18 deletions

View File

@@ -16,7 +16,8 @@ public sealed class RadarConsoleBoundUserInterface : BoundUserInterface
{
base.Open();
_window = new RadarConsoleWindow();
_window?.OpenCentered();
_window.OnClose += Close;
_window.OpenCentered();
}
protected override void Dispose(bool disposing)