This commit is contained in:
Alexsandro Percy 2021-12-11 08:11:29 -03:00
parent 44a23b3928
commit d186cdfa4c

View file

@ -94,6 +94,7 @@ minetest.register_node("airutils:papi",{
}) })
function airutils.remove_papi(pos) function airutils.remove_papi(pos)
--[[
local meta = core.get_meta(pos) local meta = core.get_meta(pos)
local node = minetest.get_node(pos) local node = minetest.get_node(pos)
if node and meta then if node and meta then
@ -110,7 +111,7 @@ function airutils.remove_papi(pos)
-- when swapping it -- when swapping it
return return
end end
end end]]--
end end
-- PAPI right node -- PAPI right node