reverse previous change to doors/chest

This commit is contained in:
TenPlus1 2020-02-28 16:17:42 +00:00
parent be2a43a5f3
commit d700b5164c

@ -689,11 +689,7 @@ minetest.register_node("protector:display_node", {
})
-- only add protected doors and chest if running default minetest
if minetest.registered_items["default:steel_ingot"] then
dofile(MP .. "/doors_chest.lua")
end
dofile(MP .. "/doors_chest.lua")
dofile(MP .. "/pvp.lua")
dofile(MP .. "/admin.lua")
dofile(MP .. "/tool.lua")