mirror of
https://github.com/minetest-mods/teleport-request.git
synced 2025-01-06 13:07:33 +01:00
Update init.lua
This commit is contained in:
parent
12f9444cf5
commit
c9325322a8
2
init.lua
2
init.lua
@ -43,7 +43,7 @@ local function find_air(pos,player)
|
||||
local top_node = minetest.get_node(top)
|
||||
while
|
||||
mid_node.name ~= "air" or mid_node.name ~= "ignore" and
|
||||
top_node.name ~= "air" or top_node.name ~= "ignore" then
|
||||
top_node.name ~= "air" or top_node.name ~= "ignore" do
|
||||
pos.y = pos.y +2
|
||||
else
|
||||
return mid
|
||||
|
Loading…
Reference in New Issue
Block a user