1
0
mirror of https://github.com/minetest/minetest_game.git synced 2024-12-23 07:10:19 +01:00

Run nodeupdate() after burning nodes.

This commit is contained in:
Splizard 2012-12-19 22:10:34 +13:00 committed by PilzAdam
parent 2d1e7463d3
commit deb39ddcd4

View File

@ -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