From d186cdfa4cc8bc1015c8ba4f889c111f090a5916 Mon Sep 17 00:00:00 2001 From: Alexsandro Percy Date: Sat, 11 Dec 2021 08:11:29 -0300 Subject: [PATCH] fix --- airutils_papi.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/airutils_papi.lua b/airutils_papi.lua index 74f9762..ad56d93 100644 --- a/airutils_papi.lua +++ b/airutils_papi.lua @@ -94,6 +94,7 @@ minetest.register_node("airutils:papi",{ }) function airutils.remove_papi(pos) + --[[ local meta = core.get_meta(pos) local node = minetest.get_node(pos) if node and meta then @@ -110,7 +111,7 @@ function airutils.remove_papi(pos) -- when swapping it return end - end + end]]-- end -- PAPI right node