diff options
author | Brandon <brandon@bremaweb.com> | 2013-06-22 23:01:13 -0500 |
---|---|---|
committer | Brandon <brandon@bremaweb.com> | 2013-06-22 23:01:13 -0500 |
commit | 4b4f5454331b4a61eb901acbe4055aa028e38f22 (patch) | |
tree | 5b1218d97f036ac843b893c66245ee7678873b51 | |
parent | e3b5637e8ee2eb00ab42fd36f1b01e37ff3dbcd4 (diff) |
added loading land sale log note
-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") |