From ec220aac3e67b02d794bc816e760b4e97ed6b5e5 Mon Sep 17 00:00:00 2001 From: maikerumine Date: Fri, 27 Oct 2017 12:06:45 -0400 Subject: [PATCH] Update init.lua --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index f5f3c2a..995f7eb 100644 --- a/init.lua +++ b/init.lua @@ -55,7 +55,7 @@ function mt_biblebot.read_verses() -- no input file found if not input then -- look for default file - local default_input = io.open(minetest.get_modpath("mt_biblebot").."/"..mt_biblebote,"r") + local default_input = io.open(minetest.get_modpath("mt_biblebot").."/"..default_verses_file,"r") local output = io.open(minetest.get_worldpath().."/mt_biblebot","w") if not default_input then -- blame the admin if not found -- 2.44.0