From 6c66efed72a6765b0d1f6f8c4b3abacb9016882d Mon Sep 17 00:00:00 2001 From: NoctisLabs <55993683+NoctisLabs@users.noreply.github.com> Date: Mon, 30 Sep 2019 23:02:33 -0700 Subject: [PATCH] Allow obstructing blocks Personal preference --- init.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/init.lua b/init.lua index 98e07e9..b403250 100644 --- a/init.lua +++ b/init.lua @@ -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