Merge pull request #137 from Moonlight-Panel/AddConsoleStreamingDispose
Add console streaming dispose
This commit is contained in:
commit
88c9f5372d
1 changed files with 5 additions and 0 deletions
|
@ -311,5 +311,10 @@
|
|||
{
|
||||
await Event.Off($"server.{CurrentServer.Uuid}.installComplete", this);
|
||||
}
|
||||
|
||||
if (Console != null)
|
||||
{
|
||||
Console.Dispose();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue