summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon <brandon@bremaweb.com>2013-06-22 23:01:13 -0500
committerBrandon <brandon@bremaweb.com>2013-06-22 23:01:13 -0500
commit4b4f5454331b4a61eb901acbe4055aa028e38f22 (patch)
tree5b1218d97f036ac843b893c66245ee7678873b51
parente3b5637e8ee2eb00ab42fd36f1b01e37ff3dbcd4 (diff)
added loading land sale log note
-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")