summaryrefslogtreecommitdiffstats
path: root/src/Root.h
diff options
context:
space:
mode:
authorSafwat Halaby <SafwatHalaby@users.noreply.github.com>2015-12-25 13:05:50 +0100
committerSafwat Halaby <SafwatHalaby@users.noreply.github.com>2015-12-25 13:05:50 +0100
commitc4c839bee1307dd98b5da05b7e7749b06b123819 (patch)
tree69869ac74b44c4fc4d852ccb73a8d4c02c112f9c /src/Root.h
parentMerge pull request #2816 from SafwatHalaby/redstone (diff)
parentNether and End in settings.ini by default, and created at startup (diff)
downloadcuberite-c4c839bee1307dd98b5da05b7e7749b06b123819.tar
cuberite-c4c839bee1307dd98b5da05b7e7749b06b123819.tar.gz
cuberite-c4c839bee1307dd98b5da05b7e7749b06b123819.tar.bz2
cuberite-c4c839bee1307dd98b5da05b7e7749b06b123819.tar.lz
cuberite-c4c839bee1307dd98b5da05b7e7749b06b123819.tar.xz
cuberite-c4c839bee1307dd98b5da05b7e7749b06b123819.tar.zst
cuberite-c4c839bee1307dd98b5da05b7e7749b06b123819.zip
Diffstat (limited to 'src/Root.h')
-rw-r--r--src/Root.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Root.h b/src/Root.h
index 142b323a5..064752ab4 100644
--- a/src/Root.h
+++ b/src/Root.h
@@ -224,7 +224,7 @@ private:
void LoadGlobalSettings();
/** Loads the worlds from settings.ini, creates the worldmap */
- void LoadWorlds(cSettingsRepositoryInterface & a_Settings);
+ void LoadWorlds(cSettingsRepositoryInterface & a_Settings, bool a_NewIniFile);
/** Starts each world's life */
void StartWorlds(void);