1
0
mirror of https://github.com/minetest/minetest_game.git synced 2024-09-22 20:00:17 +02:00

Run nodeupdate() after burning nodes.

This commit is contained in:
Splizard 2012-12-19 22:10:34 +13:00
parent 48ea43414b
commit 519159af64

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