fix crash through forgotten function call

This commit is contained in:
cora 2022-05-21 04:39:09 +02:00
parent e353ec3b16
commit d67dd0577f
1 changed files with 0 additions and 4 deletions

View File

@ -67,10 +67,6 @@ local function build_a_settlement(minp, maxp, blockseed)
-- evaluate settlement_info and place schematics
settlements.place_schematics(settlement_info, pr)
minetest.after(60,function()
spawn_villagers(minp,maxp)
end) --give the village some time to fully generate
end
local function ecb_village(blockpos, action, calls_remaining, param)