summaryrefslogtreecommitdiffstats
path: root/src/World.cpp
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-01-28 16:32:01 +0100
committerMattes D <github@xoft.cz>2014-01-28 16:32:01 +0100
commit3390607ee5d31b9385a26a0e4bf563e15c7733a7 (patch)
tree8bd10f47243773945feac41d0b405b55dc34230a /src/World.cpp
parentFixed timing on *nix. (diff)
parentRenamed Farmer functions and added doxycomments (diff)
downloadcuberite-3390607ee5d31b9385a26a0e4bf563e15c7733a7.tar
cuberite-3390607ee5d31b9385a26a0e4bf563e15c7733a7.tar.gz
cuberite-3390607ee5d31b9385a26a0e4bf563e15c7733a7.tar.bz2
cuberite-3390607ee5d31b9385a26a0e4bf563e15c7733a7.tar.lz
cuberite-3390607ee5d31b9385a26a0e4bf563e15c7733a7.tar.xz
cuberite-3390607ee5d31b9385a26a0e4bf563e15c7733a7.tar.zst
cuberite-3390607ee5d31b9385a26a0e4bf563e15c7733a7.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);