Split game initialization and starting into a separate thread and file.
This commit is contained in:
@@ -90,7 +90,7 @@ quit";
|
||||
{
|
||||
var ui = new TorchUI(_server);
|
||||
if (_config.Autostart)
|
||||
new Thread(_server.Start).Start();
|
||||
_server.Start();
|
||||
ui.ShowDialog();
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user