mirror of
https://github.com/minetest-mods/digtron.git
synced 2024-12-22 20:32:22 +01:00
remove leftover debug.
This commit is contained in:
parent
823b386ed9
commit
86be9d099e
1
init.lua
1
init.lua
@ -194,7 +194,6 @@ if minetest.get_modpath("catacomb") and catacomb ~= nil and catacomb.chamber_pro
|
|||||||
minetest.get_content_id("digtron:corner_panel"),
|
minetest.get_content_id("digtron:corner_panel"),
|
||||||
}
|
}
|
||||||
for _, node_id in pairs(digtron_nodes) do
|
for _, node_id in pairs(digtron_nodes) do
|
||||||
minetest.debug("protecting ", dump(node_id))
|
|
||||||
catacomb.chamber_protected_nodes[node_id] = true
|
catacomb.chamber_protected_nodes[node_id] = true
|
||||||
catacomb.passage_protected_nodes[node_id] = true
|
catacomb.passage_protected_nodes[node_id] = true
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user