fix betterfall as picco requested

This commit is contained in:
Elkien3 2018-10-19 12:12:08 -05:00
parent 0735ec822e
commit aeaff08b78

View File

@ -71,7 +71,7 @@ function betterfall.should_node_fall(n, p, range)
return false
end
if range > 0 then
if range > 1 then
for i, diagneighpos in pairs(supporting_neighbours_diagonal) do
local dp = {
x = p.x + diagneighpos.x,