diff options
author | Safwat Halaby <SafwatHalaby@users.noreply.github.com> | 2015-12-24 15:53:36 +0100 |
---|---|---|
committer | Safwat Halaby <SafwatHalaby@users.noreply.github.com> | 2015-12-25 12:49:13 +0100 |
commit | b4649248d12863a5898f805d48ab4361b9c61b26 (patch) | |
tree | 69869ac74b44c4fc4d852ccb73a8d4c02c112f9c /src/Root.h | |
parent | Merge pull request #2816 from SafwatHalaby/redstone (diff) | |
download | cuberite-b4649248d12863a5898f805d48ab4361b9c61b26.tar cuberite-b4649248d12863a5898f805d48ab4361b9c61b26.tar.gz cuberite-b4649248d12863a5898f805d48ab4361b9c61b26.tar.bz2 cuberite-b4649248d12863a5898f805d48ab4361b9c61b26.tar.lz cuberite-b4649248d12863a5898f805d48ab4361b9c61b26.tar.xz cuberite-b4649248d12863a5898f805d48ab4361b9c61b26.tar.zst cuberite-b4649248d12863a5898f805d48ab4361b9c61b26.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Root.h | 2 |
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); |