Replace nodeupdate call

This commit is contained in:
Wuzzy 2018-05-24 23:34:51 +02:00
parent 74597d9394
commit 7949f68e12
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ local trap_on_timer = function (pos, elapsed)
if n and n.name then
if minetest.registered_nodes[n.name]._tsm_pyramids_crack and minetest.registered_nodes[n.name]._tsm_pyramids_crack < 2 then
minetest.set_node(pos, {name="tsm_pyramids:trap_2"})
nodeupdate(pos)
minetest.check_for_falling(pos)
end
end
end