Fix error when removing doors with a chainsaw.

This commit is contained in:
Duane 2016-07-30 19:05:43 -05:00
parent 7b6de7195c
commit 9c121b4c09
2 changed files with 86 additions and 57 deletions

View file

@ -204,11 +204,7 @@ dofile(fun_caves.path .. "/fungal_tree.lua")
dofile(fun_caves.path .. "/wallhammer.lua")
dofile(fun_caves.path .. "/mapgen.lua")
dofile(fun_caves.path .. "/wooden_buckets.lua")
if minetest.get_modpath('tnt') then
dofile(fun_caves.path .. "/spec_bomb.lua")
end
dofile(fun_caves.path .. "/tools.lua")
dofile(fun_caves.path .. "/elixir.lua") -- must go after all items are registered
dofile(fun_caves.path .. "/chat.lua")