mirror of
https://github.com/minetest-mods/teleport-request.git
synced 2025-01-06 13:07:33 +01:00
Fix function declaration for find_air
This commit is contained in:
parent
716a42e4f6
commit
7d157495fc
2
init.lua
2
init.lua
@ -35,7 +35,7 @@ local function find_free_position_near(pos)
|
||||
return pos, false
|
||||
end
|
||||
|
||||
local function = find_air(pos,player)
|
||||
local function find_air(pos,player)
|
||||
local bot = {pos.x, pos.y-1, pos.z}
|
||||
local mid = {pos}
|
||||
local top = {pos.x, pos.y+1, pos.z}
|
||||
|
Loading…
Reference in New Issue
Block a user