From bc127a7f710582151fe35375bbb06dc9b5ce1ea7 Mon Sep 17 00:00:00 2001 From: mcmicha Date: Wed, 5 Sep 2018 22:29:51 +0200 Subject: [PATCH] Update ExportScript.lua --- Scripts/DCS-ExportScript/ExportScript.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/DCS-ExportScript/ExportScript.lua b/Scripts/DCS-ExportScript/ExportScript.lua index b48ec85..353da30 100644 --- a/Scripts/DCS-ExportScript/ExportScript.lua +++ b/Scripts/DCS-ExportScript/ExportScript.lua @@ -64,7 +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") + ExportScript.logFile:write("ExportScript Version: "..ExportScript.Version.ExportScript.."\r\n") end --if lrenmae1 == nil then -- ExportScript.Tools.WriteToLog("Rename Error: "..lrename2)