mirror of
https://notabug.org/TenPlus1/protector.git
synced 2024-12-05 03:23:47 +01:00
reverse previous change to doors/chest
This commit is contained in:
parent
be2a43a5f3
commit
d700b5164c
6
init.lua
6
init.lua
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user