Spawning in village is disabled

master
daret 2020-11-07 23:08:30 +01:00
parent b83d32b5e3
commit ac5fe0b157
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ dofile(mg_villages.modpath.."/terrain_blend.lua")
-- also takes care of spawning the player
dofile(mg_villages.modpath.."/mapgen.lua")
dofile(mg_villages.modpath.."/spawn_player.lua")
-- dofile(mg_villages.modpath.."/spawn_player.lua")
-- reconstruct the connection of the roads inside a village
dofile(mg_villages.modpath.."/roads.lua")