Allow obstructing blocks

Personal preference
This commit is contained in:
NoctisLabs 2019-09-30 23:02:33 -07:00 committed by GitHub
parent c3ba88c380
commit 6c66efed72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -52,8 +52,6 @@ local function get_near_televators(pos, which)
or (which == "below" and i ~= 1 and name == "an_televator:televator") then
cpos.y = cpos.y + 1
return cpos
elseif name ~= "air" and name ~= "an_televator:televator" then
return
end
end
end