Skip to content

Commit

Permalink
Update ExportScript.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmicha authored Sep 5, 2018
1 parent 73bb5bc commit 7b7e4de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Scripts/DCS-ExportScript/ExportScript.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -145,4 +146,4 @@ function LuaExportStop()
if PrevExport.LuaExportStop then
PrevExport.LuaExportStop()
end
end
end

0 comments on commit 7b7e4de

Please sign in to comment.