mirror of
https://github.com/minetest/minetest_game.git
synced 2025-03-24 03:02:29 +01:00
Run nodeupdate() after burning nodes.
This commit is contained in:
@ -178,6 +178,7 @@ minetest.register_abm({
|
|||||||
return
|
return
|
||||||
end
|
end
|
||||||
minetest.env:remove_node(p)
|
minetest.env:remove_node(p)
|
||||||
|
nodeupdate(p)
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
-- remove flame
|
-- remove flame
|
||||||
|
Reference in New Issue
Block a user