summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.lua3
1 files changed, 2 insertions, 1 deletions
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")