Add console streaming dispose
This commit is contained in:
@@ -311,5 +311,10 @@
|
|||||||
{
|
{
|
||||||
await Event.Off($"server.{CurrentServer.Uuid}.installComplete", this);
|
await Event.Off($"server.{CurrentServer.Uuid}.installComplete", this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (Console != null)
|
||||||
|
{
|
||||||
|
Console.Dispose();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user