mirror of
https://github.com/weyne85/DCS-ExportScripts.git
synced 2025-10-29 16:58:18 +00:00
Update ExportScript.lua
This commit is contained in:
parent
73bb5bc85d
commit
7b7e4de96c
@ -64,6 +64,7 @@ function LuaExportStart()
|
|||||||
ExportScript.logFile = io.open(ExportScript.Config.LogPath, "wa") -- "W+"
|
ExportScript.logFile = io.open(ExportScript.Config.LogPath, "wa") -- "W+"
|
||||||
if ExportScript.logFile then
|
if ExportScript.logFile then
|
||||||
ExportScript.logFile:write('\239\187\191') -- create a UTF-8 BOM
|
ExportScript.logFile:write('\239\187\191') -- create a UTF-8 BOM
|
||||||
|
ExportScript.logFile:write("ExportScript Version: "..ExportScript.Version.ExportScript"\r\n")
|
||||||
end
|
end
|
||||||
--if lrenmae1 == nil then
|
--if lrenmae1 == nil then
|
||||||
-- ExportScript.Tools.WriteToLog("Rename Error: "..lrename2)
|
-- ExportScript.Tools.WriteToLog("Rename Error: "..lrename2)
|
||||||
@ -145,4 +146,4 @@ function LuaExportStop()
|
|||||||
if PrevExport.LuaExportStop then
|
if PrevExport.LuaExportStop then
|
||||||
PrevExport.LuaExportStop()
|
PrevExport.LuaExportStop()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user