summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2015-12-30 13:37:50 +0100
committerMattes D <github@xoft.cz>2015-12-30 13:37:50 +0100
commit4976190516ede455706558166d54b3123a7d52e8 (patch)
tree043112aed953fd9c07a92f9772c515f974653e4d
parentMerge pull request #2831 from cuberite/BlockingSslClientSocketFix (diff)
parentFixed default Nether generator params. (diff)
downloadcuberite-4976190516ede455706558166d54b3123a7d52e8.tar
cuberite-4976190516ede455706558166d54b3123a7d52e8.tar.gz
cuberite-4976190516ede455706558166d54b3123a7d52e8.tar.bz2
cuberite-4976190516ede455706558166d54b3123a7d52e8.tar.lz
cuberite-4976190516ede455706558166d54b3123a7d52e8.tar.xz
cuberite-4976190516ede455706558166d54b3123a7d52e8.tar.zst
cuberite-4976190516ede455706558166d54b3123a7d52e8.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 904f5421b..7ac5af972 100644
--- a/src/World.cpp
+++ b/src/World.cpp
@@ -829,7 +829,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, NetherOreNests, PieceStructures: NetherForts, GlowStone, PreSimulator");
+ a_IniFile.GetValueSet("Generator", "Finishers", "SoulsandRims, WormNestCaves, BottomLava, LavaSprings, NetherClumpFoliage, NetherOreNests, PieceStructures: NetherFort, GlowStone, PreSimulator");
a_IniFile.GetValueSet("Generator", "BottomLavaHeight", "30");
break;
}