Truncate log in UI, add ability to cancel restart

This commit is contained in:
John Gross
2018-04-12 09:51:52 -07:00
parent d59ef20f72
commit d87cc7f1e7
3 changed files with 29 additions and 4 deletions

View File

@@ -133,10 +133,6 @@ namespace Torch.Server.Managers
return;
}
var sb = new StringBuilder();
foreach (var mod in checkpoint.Mods)
sb.AppendLine(mod.PublishedFileId.ToString());
DedicatedConfig.Mods = checkpoint.Mods.Select(x => x.PublishedFileId).ToList();
Log.Debug("Loaded mod list from world");