mirror of
https://github.com/minetest/minetest_game.git
synced 2024-12-22 15:00:18 +01:00
Run nodeupdate after decay.
This commit is contained in:
parent
7505fbce51
commit
2d1e7463d3
@ -86,6 +86,7 @@ minetest.register_abm({
|
||||
end
|
||||
-- Remove node
|
||||
minetest.env:remove_node(p0)
|
||||
nodeupdate(p0)
|
||||
end
|
||||
end
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user