summaryrefslogtreecommitdiffstats
path: root/src/World.cpp
diff options
context:
space:
mode:
authorSTRWarrior <niels.breuker@hotmail.nl>2014-01-27 22:02:19 +0100
committerSTRWarrior <niels.breuker@hotmail.nl>2014-01-27 22:02:19 +0100
commitbabc80ed777f2ee74ce770d95bd3ec5743370570 (patch)
tree3ae0e484d679acc57fc76c982c7f52268cef5f3c /src/World.cpp
parentVillager: Few more comments. (diff)
downloadcuberite-babc80ed777f2ee74ce770d95bd3ec5743370570.tar
cuberite-babc80ed777f2ee74ce770d95bd3ec5743370570.tar.gz
cuberite-babc80ed777f2ee74ce770d95bd3ec5743370570.tar.bz2
cuberite-babc80ed777f2ee74ce770d95bd3ec5743370570.tar.lz
cuberite-babc80ed777f2ee74ce770d95bd3ec5743370570.tar.xz
cuberite-babc80ed777f2ee74ce770d95bd3ec5743370570.tar.zst
cuberite-babc80ed777f2ee74ce770d95bd3ec5743370570.zip
Diffstat (limited to 'src/World.cpp')
-rw-r--r--src/World.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/World.cpp b/src/World.cpp
index 5205c2616..88bbf5f8a 100644
--- a/src/World.cpp
+++ b/src/World.cpp
@@ -547,6 +547,7 @@ void cWorld::Start(void)
m_IsDeepSnowEnabled = IniFile.GetValueSetB("Physics", "DeepSnow", false);
m_ShouldLavaSpawnFire = IniFile.GetValueSetB("Physics", "ShouldLavaSpawnFire", true);
m_bCommandBlocksEnabled = IniFile.GetValueSetB("Mechanics", "CommandBlocksEnabled", false);
+ m_VillagersShouldHarvestCrops = IniFile.GetValueSetB("Monsters", "VillagersShouldHarvestCrops", true);
m_GameMode = (eGameMode)IniFile.GetValueSetI("GameMode", "GameMode", m_GameMode);