Fix function declaration for find_air

This commit is contained in:
Robbie Ferguson 2016-05-19 20:07:09 -04:00
parent 716a42e4f6
commit 7d157495fc

@ -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}