summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorTim <idn.inbox@yahoo.com>2013-10-07 17:04:31 +0200
committerTim <idn.inbox@yahoo.com>2013-10-07 17:05:54 +0200
commit7ad4c806fed4e1068d9966ecd4ea956f406f804e (patch)
tree4308cc73cd7ee7136af908deb5dbfe0af7d2e906 /init.lua
parent535928dee838cf5e79703bef3721cd1021258e7b (diff)
add a shared chest, that instead of being locked to a certain user, can be accessed by the current owner of a property as well as the users being shared access with it
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index 75edaa7..2aed384 100644
--- a/init.lua
+++ b/init.lua
@@ -524,6 +524,8 @@ if ( minetest.get_modpath("money2") ) then
dofile(path.."/landsale.lua")
end
+dofile(path.."/chest.lua")
+
minetest.after(0, function ()
dofile(path.."/default.lua")