From 4b4f5454331b4a61eb901acbe4055aa028e38f22 Mon Sep 17 00:00:00 2001 From: Brandon Date: Sat, 22 Jun 2013 23:01:13 -0500 Subject: added loading land sale log note --- init.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index e2f8dcb..b455984 100644 --- a/init.lua +++ b/init.lua @@ -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") -- cgit v1.2.3