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

Run nodeupdate after decay.

This commit is contained in:
Splizard 2012-12-19 21:39:03 +13:00
parent 95cbfc50d8
commit 48ea43414b

View File

@ -86,6 +86,7 @@ minetest.register_abm({
end end
-- Remove node -- Remove node
minetest.env:remove_node(p0) minetest.env:remove_node(p0)
nodeupdate(p0)
end end
end end
}) })