diff options
author | Safwat Halaby <SafwatHalaby@users.noreply.github.com> | 2015-12-25 13:25:20 +0100 |
---|---|---|
committer | Safwat Halaby <SafwatHalaby@users.noreply.github.com> | 2015-12-25 13:59:54 +0100 |
commit | 74912a2aafc4714161abd990e3fc731d958e352a (patch) | |
tree | e62f05944af6767ee4ec01fc86bf08c6ab48c706 /src/Root.h | |
parent | Merge pull request #2815 from SafwatHalaby/world (diff) | |
download | cuberite-74912a2aafc4714161abd990e3fc731d958e352a.tar cuberite-74912a2aafc4714161abd990e3fc731d958e352a.tar.gz cuberite-74912a2aafc4714161abd990e3fc731d958e352a.tar.bz2 cuberite-74912a2aafc4714161abd990e3fc731d958e352a.tar.lz cuberite-74912a2aafc4714161abd990e3fc731d958e352a.tar.xz cuberite-74912a2aafc4714161abd990e3fc731d958e352a.tar.zst cuberite-74912a2aafc4714161abd990e3fc731d958e352a.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 064752ab4..261dac29f 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, bool a_NewIniFile); + void LoadWorlds(cSettingsRepositoryInterface & a_Settings, bool a_IsNewIniFile); /** Starts each world's life */ void StartWorlds(void); |