Hope this is not needed; used to crash latest git

This commit is contained in:
KaadmY 2017-10-23 09:37:54 -07:00
parent 43d9e0aa5f
commit 1ff1e1c325
1 changed files with 0 additions and 1 deletions

View File

@ -236,7 +236,6 @@ minetest.register_abm( -- leaf decay
end
-- Remove node
minetest.remove_node(p0)
nodeupdate(p0)
end
end
})