removed dump :( some people had problems with that function

This commit is contained in:
dabascht 2012-01-09 19:44:05 +01:00
parent 22070fefd1
commit f82fb91064
1 changed files with 2 additions and 2 deletions

View File

@ -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