diff options
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") |