Skip to content

Commit

Permalink
No more single_house_settlements
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeb187 committed Dec 5, 2019
1 parent 1b325c3 commit ba98dc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ function settlements.find_surface(pos)
-- go through nodes an find surface
while cnt < cnt_max do
cnt = cnt+1
minetest.forceload_block(p6)
surface_node = minetest.get_node_or_nil(p6)

if not surface_node then
Expand Down

0 comments on commit ba98dc6

Please sign in to comment.