mirror of
https://github.com/minetest/minetest_game.git
synced 2024-11-11 12:30:25 +01:00
Run nodeupdate() after burning nodes.
This commit is contained in:
parent
48ea43414b
commit
519159af64
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user