summaryrefslogtreecommitdiffstats
path: root/src/World.cpp
diff options
context:
space:
mode:
authorNiLSPACE <NiLSPACE@users.noreply.github.com>2015-04-19 20:23:15 +0200
committerNiLSPACE <NiLSPACE@users.noreply.github.com>2015-04-19 20:23:15 +0200
commit3056e6d324d807887d19cd713d02476915bde9bc (patch)
tree394ae86d32e546802e0115ba13be0d99f131cac9 /src/World.cpp
parentMerge pull request #1875 from mc-server/PluginFolders (diff)
parentGlowStone: Changed order of initialization of member variables (diff)
downloadcuberite-3056e6d324d807887d19cd713d02476915bde9bc.tar
cuberite-3056e6d324d807887d19cd713d02476915bde9bc.tar.gz
cuberite-3056e6d324d807887d19cd713d02476915bde9bc.tar.bz2
cuberite-3056e6d324d807887d19cd713d02476915bde9bc.tar.lz
cuberite-3056e6d324d807887d19cd713d02476915bde9bc.tar.xz
cuberite-3056e6d324d807887d19cd713d02476915bde9bc.tar.zst
cuberite-3056e6d324d807887d19cd713d02476915bde9bc.zip
Diffstat (limited to 'src/World.cpp')
-rw-r--r--src/World.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/World.cpp b/src/World.cpp
index 4480013c3..a088f6eb1 100644
--- a/src/World.cpp
+++ b/src/World.cpp
@@ -812,7 +812,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, NetherForts, PreSimulator");
+ a_IniFile.GetValueSet("Generator", "Finishers", "SoulsandRims, WormNestCaves, BottomLava, LavaSprings, NetherClumpFoliage, NetherOreNests, NetherForts, GlowStone, PreSimulator");
a_IniFile.GetValueSet("Generator", "BottomLavaHeight", "30");
break;
}