From 674d0dd274f4db9b1785fc7fbe34ecbb2b443b54 Mon Sep 17 00:00:00 2001 From: Austin Shenk Date: Thu, 24 Jan 2013 23:21:29 -0500 Subject: [PATCH] Added book file iniitialization --- init.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/init.lua b/init.lua index 20e2850..8815381 100644 --- a/init.lua +++ b/init.lua @@ -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()