Changed file management to native lua instead of love.filesystem
This commit is contained in:
@@ -94,5 +94,5 @@ function logPrint(string)
|
||||
end
|
||||
|
||||
function logWrite(string)
|
||||
if logging then love.filesystem.append(logFile, string.."\n") end
|
||||
if logging then logFile:write(string.."\n") end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user