We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8020367 commit c54c0ebCopy full SHA for c54c0eb
contrib/Installer/assets/main.lua
@@ -79,7 +79,7 @@ function import_funscript_generator_result()
79
-- save changes
80
ofs.Commit(script)
81
82
- -- delete temporary file
+ -- delete csv file
83
os.remove(tmpFile)
84
end
85
@@ -192,6 +192,7 @@ function init()
192
mtfgVersion = string.lower(line):gsub("v", "")
193
194
195
+ f:close()
196
197
198
@@ -207,6 +208,7 @@ function update(delta)
207
208
local f = io.open("C:/Temp/funscript_editor.log")
209
if f then
210
logfileExist = true
211
212
else
213
logfileExist = false
214
0 commit comments