Added book file iniitialization

master
Austin Shenk 2013-01-24 23:21:29 -05:00
parent eec194f2d1
commit 674d0dd274
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@ if(file == nil) then
io.write("initialized")
io.flush()
io.close()
io.output(minetest.get_worldpath().."/adventures_books")
io.write("initialized")
io.flush()
io.close()
io.output(minetest.get_worldpath().."/adventures_checkpoints")
io.write("initialized")
io.flush()