mirror of
https://github.com/APercy/airutils.git
synced 2025-03-21 18:41:21 +00:00
fix
This commit is contained in:
parent
44a23b3928
commit
d186cdfa4c
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue