diff options
| -rw-r--r-- | init.lua | 3 | 
1 files changed, 2 insertions, 1 deletions
| @@ -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") | 
