From c42395a7bac10f3b7bf60df72a4c042e5966635b Mon Sep 17 00:00:00 2001 From: Aaron Suen Date: Sun, 3 Mar 2024 12:02:02 -0500 Subject: [PATCH] Fix falling node crash on return --- item_falling.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/item_falling.lua b/item_falling.lua index 9724eb3..5bbdfa5 100644 --- a/item_falling.lua +++ b/item_falling.lua @@ -176,7 +176,7 @@ function api.return_falling(pos, ipos) obj:get_luaentity():set_node(pt[i].n, pt[i].m) nodecore.log("action", string_format( "skyrealm %s node %q arrived at %s", - api.islandhash(ipos), pt[i], + api.islandhash(ipos), pt[i].n.name, minetest.pos_to_string(p))) pt[i] = nil else