Enable multiple Solution Editor windows (#26005)

* More solution edit windows

* Fix error when closing euis after round restart

---------

Co-authored-by: ShadowCommander <10494922+ShadowCommander@users.noreply.github.com>
This commit is contained in:
SlamBamActionman
2024-03-12 13:10:09 +01:00
committed by GitHub
parent c8fce85a3f
commit 0da09db99a
2 changed files with 26 additions and 11 deletions

View File

@@ -36,7 +36,7 @@ namespace Content.Server.Administration.UI
public override void Closed()
{
base.Closed();
_entityManager.System<AdminVerbSystem>().OnEditSolutionsEuiClosed(Player);
_entityManager.System<AdminVerbSystem>().OnEditSolutionsEuiClosed(Player, this);
}
public override EuiStateBase GetNewState()