From 7ad4c806fed4e1068d9966ecd4ea956f406f804e Mon Sep 17 00:00:00 2001 From: Tim Date: Mon, 7 Oct 2013 17:04:31 +0200 Subject: 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 --- init.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init.lua') 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") -- cgit v1.2.3