log
This commit is contained in:
parent
3737158548
commit
7806289d92
@ -176,7 +176,7 @@ end
|
|||||||
function write_to_file(filename, value)
|
function write_to_file(filename, value)
|
||||||
if (value) then
|
if (value) then
|
||||||
local file = io.open(filename,"a")
|
local file = io.open(filename,"a")
|
||||||
file:write(value)
|
file:write(value, "\n")
|
||||||
file:close()
|
file:close()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user