log
This commit is contained in:
parent
5b023bffc6
commit
3737158548
@ -175,7 +175,7 @@ end
|
||||
-- Saves a string to file
|
||||
function write_to_file(filename, value)
|
||||
if (value) then
|
||||
local file = io.open(filename,"w+")
|
||||
local file = io.open(filename,"a")
|
||||
file:write(value)
|
||||
file:close()
|
||||
end
|
||||
|
Reference in New Issue
Block a user