diff options
author | Tim <idn.inbox@yahoo.com> | 2013-10-07 17:04:31 +0200 |
---|---|---|
committer | Tim <idn.inbox@yahoo.com> | 2013-10-07 17:05:54 +0200 |
commit | 7ad4c806fed4e1068d9966ecd4ea956f406f804e (patch) | |
tree | 4308cc73cd7ee7136af908deb5dbfe0af7d2e906 /init.lua | |
parent | 535928dee838cf5e79703bef3721cd1021258e7b (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.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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") |