summaryrefslogtreecommitdiffstats
path: root/src/World.h
diff options
context:
space:
mode:
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. */