No more single_house_settlements

master
jeb 2019-12-05 21:40:08 +01:00
parent 1b325c33e8
commit ba98dc69f0
1 changed files with 1 additions and 0 deletions

View File

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