diff options
author | Mattes D <github@xoft.cz> | 2019-09-01 21:47:03 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2019-09-06 16:12:33 +0200 |
commit | 878393a03d201061064f8fe02fe6d16f9c2df052 (patch) | |
tree | 77d4e1a83898e3fd0e66a484aa07704632dd063e /src/World.h | |
parent | Separated chunk generator from world / plugin interfaces. (diff) | |
download | cuberite-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.h | 5 |
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. */ |