diff options
author | Mattes D <github@xoft.cz> | 2015-12-30 13:37:50 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2015-12-30 13:37:50 +0100 |
commit | 4976190516ede455706558166d54b3123a7d52e8 (patch) | |
tree | 043112aed953fd9c07a92f9772c515f974653e4d /src | |
parent | Merge pull request #2831 from cuberite/BlockingSslClientSocketFix (diff) | |
parent | Fixed default Nether generator params. (diff) | |
download | cuberite-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 |
Diffstat (limited to 'src')
-rw-r--r-- | src/World.cpp | 2 |
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; } |