From f82fb910646d430ee7c30e1a016899b3b3cee78b Mon Sep 17 00:00:00 2001 From: dabascht Date: Mon, 9 Jan 2012 19:44:05 +0100 Subject: [PATCH] removed dump :( some people had problems with that function --- jeija/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jeija/init.lua b/jeija/init.lua index 2b156ad..2438883 100644 --- a/jeija/init.lua +++ b/jeija/init.lua @@ -67,7 +67,7 @@ BLINKY_PLANT_INTERVAL=3 -- PUBLIC VARIABLES mesecon={} -- contains all functions and all global variables -mesecon.modpath = dump(minetest.get_modpath("jeija")) +mesecon.modpath = minetest.get_modpath("jeija") mesecon.actions_on={} -- Saves registered function callbacks for mesecon on mesecon.actions_off={} -- Saves registered function callbacks for mesecon off mesecon.pwr_srcs={} -- this is public for now @@ -1146,7 +1146,7 @@ dofile(mesecon.modpath.."/wireless.lua") dofile(mesecon.modpath.."/lightstone.lua") --TEMPEREST's STUFF if ENABLE_TEMPEREST==1 then - dofile(mesecon.modpath.."temperest.lua") + dofile(mesecon.modpath.."/temperest.lua") end --INIT