mirror of
https://github.com/APercy/airutils.git
synced 2025-03-15 08:01:22 +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)
|
||||
--[[
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue