Add console streaming dispose

This commit is contained in:
Marcel Baumgartner
2023-06-01 00:44:14 +02:00
parent 6e4f1c1dbd
commit 7128a7f8a7

View File

@@ -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();
}
} }
} }