summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortonibm19 <tonibm19@gmail.com>2014-12-10 17:13:20 +0100
committertonibm19 <tonibm19@gmail.com>2014-12-10 17:13:20 +0100
commit7ceeefb26f408966d1a8f50d1c0b2e45aac7c596 (patch)
treeee93fe5985c3ffde7057197e15a9c2bb4c91c6f3
parentAdded NetherOreNests to nether default generator. (diff)
downloadcuberite-7ceeefb26f408966d1a8f50d1c0b2e45aac7c596.tar
cuberite-7ceeefb26f408966d1a8f50d1c0b2e45aac7c596.tar.gz
cuberite-7ceeefb26f408966d1a8f50d1c0b2e45aac7c596.tar.bz2
cuberite-7ceeefb26f408966d1a8f50d1c0b2e45aac7c596.tar.lz
cuberite-7ceeefb26f408966d1a8f50d1c0b2e45aac7c596.tar.xz
cuberite-7ceeefb26f408966d1a8f50d1c0b2e45aac7c596.tar.zst
cuberite-7ceeefb26f408966d1a8f50d1c0b2e45aac7c596.zip
-rw-r--r--src/World.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/World.cpp b/src/World.cpp
index 2276a68fd..633382812 100644
--- a/src/World.cpp
+++ b/src/World.cpp
@@ -755,7 +755,7 @@ void cWorld::InitialiseGeneratorDefaults(cIniFile & a_IniFile)
a_IniFile.GetValueSet("Generator", "HeightGen", "Flat");
a_IniFile.GetValueSet("Generator", "FlatHeight", "128");
a_IniFile.GetValueSet("Generator", "CompositionGen", "Nether");
- a_IniFile.GetValueSet("Generator", "Finishers", "SoulsandRims, WormNestCaves, BottomLava, LavaSprings, NetherClumpFoliage, NetherForts, PreSimulator, NetherOreNests");
+ a_IniFile.GetValueSet("Generator", "Finishers", "SoulsandRims, WormNestCaves, BottomLava, LavaSprings, NetherClumpFoliage, NetherOreNests, NetherForts, PreSimulator");
a_IniFile.GetValueSet("Generator", "BottomLavaHeight", "30");
break;
}