mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-03-15 12:21:24 +00:00
Run nodeupdate() after burning nodes.
This commit is contained in:
parent
48ea43414b
commit
519159af64
1 changed files with 1 additions and 0 deletions
|
@ -178,6 +178,7 @@ minetest.register_abm({
|
|||
return
|
||||
end
|
||||
minetest.env:remove_node(p)
|
||||
nodeupdate(p)
|
||||
end
|
||||
else
|
||||
-- remove flame
|
||||
|
|
Loading…
Add table
Reference in a new issue