summaryrefslogtreecommitdiffstats
path: root/src/World.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2019-09-01 21:47:03 +0200
committerMattes D <github@xoft.cz>2019-09-06 16:12:33 +0200
commit878393a03d201061064f8fe02fe6d16f9c2df052 (patch)
tree77d4e1a83898e3fd0e66a484aa07704632dd063e /src/World.h
parentSeparated chunk generator from world / plugin interfaces. (diff)
downloadcuberite-878393a03d201061064f8fe02fe6d16f9c2df052.tar
cuberite-878393a03d201061064f8fe02fe6d16f9c2df052.tar.gz
cuberite-878393a03d201061064f8fe02fe6d16f9c2df052.tar.bz2
cuberite-878393a03d201061064f8fe02fe6d16f9c2df052.tar.lz
cuberite-878393a03d201061064f8fe02fe6d16f9c2df052.tar.xz
cuberite-878393a03d201061064f8fe02fe6d16f9c2df052.tar.zst
cuberite-878393a03d201061064f8fe02fe6d16f9c2df052.zip
Diffstat (limited to 'src/World.h')
-rw-r--r--src/World.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/World.h b/src/World.h
index b9fa57d8a..26e108e80 100644
--- a/src/World.h
+++ b/src/World.h
@@ -1133,11 +1133,8 @@ private:
Assumes it is called from the Tick thread. */
void AddQueuedPlayers(void);
- /** Sets generator values to dimension specific defaults, if those values do not exist */
- void InitialiseGeneratorDefaults(cIniFile & a_IniFile);
-
/** Sets mob spawning values if nonexistant to their dimension specific defaults */
- void InitialiseAndLoadMobSpawningValues(cIniFile & a_IniFile);
+ void InitializeAndLoadMobSpawningValues(cIniFile & a_IniFile);
/** Sets the specified chunk data into the chunkmap. Called in the tick thread.
Modifies the a_SetChunkData - moves the entities contained in it into the chunk. */