Added missing config option for Lush Desert.

This commit is contained in:
Amnet 2013-09-18 20:05:48 +02:00
parent 152a4c7242
commit d835248f9b
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ public class BOPConfigurationTerrainGen
grasslandVillage = config.get("Allow Villages", "Grassland", true).getBoolean(false);
groveVillage = config.get("Allow Villages", "Grove", true).getBoolean(false);
heathlandVillage = config.get("Allow Villages", "Heathland", true).getBoolean(false);
lushDesertVillage = config.get("Allow Villages", "LushDesert", true).getBoolean(false);
lushSwampVillage = config.get("Allow Villages", "LushSwamp", true).getBoolean(false);
mapleWoodsVillage = config.get("Allow Villages", "MapleWoods", true).getBoolean(false);
meadowVillage = config.get("Allow Villages", "Meadow", true).getBoolean(false);