From 55751e170df5cf120a0be2f5bbaf53f84a4d8880 Mon Sep 17 00:00:00 2001 From: MewMew Date: Sun, 28 Apr 2019 19:40:29 +0200 Subject: [PATCH] fast_pregen set to false --- maps/biter_battles_v2/config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maps/biter_battles_v2/config.lua b/maps/biter_battles_v2/config.lua index ef45b74a..e7f54467 100644 --- a/maps/biter_battles_v2/config.lua +++ b/maps/biter_battles_v2/config.lua @@ -3,7 +3,7 @@ local config = { --MAP PREGENERATION ["map_pregeneration_radius"] = 32, --Radius in chunks to pregenerate at the start of the map. - ["fast_pregen"] = true, --Force fast pregeneration. + ["fast_pregen"] = false, --Force fast pregeneration. --TEAM SETTINGS ["north_side_team_name"] = "North", --Name in the GUI of Team North.