Remove debug code

This commit is contained in:
ElCeejo 2022-04-09 12:48:24 -07:00 committed by GitHub
parent fc19778172
commit e7da1f18af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -112,10 +112,6 @@ function creatura.get_node_height_from_def(name)
end
end
minetest.after(1, function()
minetest.chat_send_all(creatura.get_node_height_from_def("default:snow"))
end)
function creatura.get_node_def(node) -- Node can be name or pos
if type(node) == "table" then
node = minetest.get_node(node).name