From 0fe07f4360353ec3cbb0d7d2304583abb90f320c Mon Sep 17 00:00:00 2001 From: Hybrid Dog Date: Mon, 22 Jan 2018 11:49:37 +0100 Subject: [PATCH] Fix nodeupdate crash --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index efb101d..5877d42 100644 --- a/init.lua +++ b/init.lua @@ -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