Skip to content
Snippets Groups Projects
Commit 2d1e7463 authored by Splizard's avatar Splizard Committed by PilzAdam
Browse files

Run nodeupdate after decay.

parent 7505fbce
No related branches found
No related tags found
No related merge requests found
......@@ -86,6 +86,7 @@ minetest.register_abm({
end
-- Remove node
minetest.env:remove_node(p0)
nodeupdate(p0)
end
end
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment