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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user