uh yeah i keep forgetting ab pushing these. sorry.
This commit is contained in:
@@ -1,9 +1,3 @@
|
||||
function doOutput(table)
|
||||
local file = io.open("map.json", "w")
|
||||
io.output(file)
|
||||
io.write(json.encode(table))
|
||||
io.close(file)
|
||||
end
|
||||
|
||||
function getInput(filename)
|
||||
local file = io.open(filename, "r")
|
||||
|
||||
Reference in New Issue
Block a user