This commit is contained in:
Equinox
2020-03-19 12:34:47 -07:00
committed by GitHub
parent b220243b75
commit 33b2fa7094
2 changed files with 2 additions and 1 deletions

View File

@@ -219,7 +219,7 @@ quit";
// ReSharper disable once PossibleNullReferenceException
while (!cmd.HasExited)
{
log.Info(cmd.StandardOutput.ReadToEnd());
log.Info(cmd.StandardOutput.ReadLine());
Thread.Sleep(100);
}
}

View File

@@ -153,6 +153,7 @@ namespace Torch
MySessionComponentExtDebug.ForceDisable = true;
MyPerGameSettings.SendLogToKeen = false;
// SpaceEngineersGame.SetupAnalytics();
MySandboxGame.InitMultithreading();
MyFileSystem.ExePath = Path.GetDirectoryName(typeof(SpaceEngineersGame).Assembly.Location);