diff --git a/Scripts/DCS-ExportScript/ExportScript.lua b/Scripts/DCS-ExportScript/ExportScript.lua index 6fad0cf..b48ec85 100644 --- a/Scripts/DCS-ExportScript/ExportScript.lua +++ b/Scripts/DCS-ExportScript/ExportScript.lua @@ -64,6 +64,7 @@ function LuaExportStart() ExportScript.logFile = io.open(ExportScript.Config.LogPath, "wa") -- "W+" if ExportScript.logFile then ExportScript.logFile:write('\239\187\191') -- create a UTF-8 BOM + ExportScript.logFile:write("ExportScript Version: "..ExportScript.Version.ExportScript"\r\n") end --if lrenmae1 == nil then -- ExportScript.Tools.WriteToLog("Rename Error: "..lrename2) @@ -145,4 +146,4 @@ function LuaExportStop() if PrevExport.LuaExportStop then PrevExport.LuaExportStop() end -end \ No newline at end of file +end