ExportMap/cs/TBUtils.cs
@@ -64,7 +64,7 @@ string cmd = string.Format("\"C:\\Program Files\\Skyline\\TerraBuilder\\TerraBuilder.exe\" -script \"{0}\"", js); // -DisablePrint ReloadTB(); err = Tools.ExecCmd(new List<string> { cmd }); err = Tools.ExecCmdForWin(new List<string> { cmd }); isBusy = false; return File.Exists(MptPath) ? MoveMpt(MptPath, sourcePath) : null;