Fix nodeupdate crash

This commit is contained in:
Hybrid Dog 2018-01-22 11:49:37 +01:00
parent a0878fa557
commit 0fe07f4360

View File

@ -505,7 +505,7 @@ end
function nuke.lit_tnt(pos, node, puncher)
minetest.remove_node(pos)
spawn_tnt(pos, node.name)
nodeupdate(pos)
minetest.check_for_falling(pos)
nuke_puncher = puncher
end