From 878393a03d201061064f8fe02fe6d16f9c2df052 Mon Sep 17 00:00:00 2001 From: Mattes D Date: Sun, 1 Sep 2019 21:47:03 +0200 Subject: Moved the generator defaults to ComposableGenerator. --- src/World.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/World.h') 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. */ -- cgit v1.2.3