mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-03-15 12:21:24 +00:00
Run nodeupdate after decay.
This commit is contained in:
parent
95cbfc50d8
commit
48ea43414b
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ minetest.register_abm({
|
|||
end
|
||||
-- Remove node
|
||||
minetest.env:remove_node(p0)
|
||||
nodeupdate(p0)
|
||||
end
|
||||
end
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue