added loading land sale log note

This commit is contained in:
Brandon 2013-06-22 23:01:13 -05:00
parent e3b5637e8e
commit 4b4f545433

View File

@ -365,11 +365,12 @@ function landrush.get_distance(pos1,pos2)
end
if ( minetest.get_modpath("money2") ) then
minetest.log('action','Loading Landrush Land Sale')
dofile(path.."/landsale.lua")
end
minetest.after(0, function ()
dofile(path.."/bucket.lua")