diff options
author | LogicParrot <LogicParrot@users.noreply.github.com> | 2016-01-12 09:24:44 +0100 |
---|---|---|
committer | LogicParrot <LogicParrot@users.noreply.github.com> | 2016-01-12 09:24:44 +0100 |
commit | a4a17a295373e9553e3975d952f7e5be30c09848 (patch) | |
tree | 195fe5460649f90872a7189c99510f7dbe663b0b /src/Root.h | |
parent | Merge pull request #2855 from bibo38/mobheads (diff) | |
parent | Fix pre - #2815 default world linkage configs (diff) | |
download | cuberite-a4a17a295373e9553e3975d952f7e5be30c09848.tar cuberite-a4a17a295373e9553e3975d952f7e5be30c09848.tar.gz cuberite-a4a17a295373e9553e3975d952f7e5be30c09848.tar.bz2 cuberite-a4a17a295373e9553e3975d952f7e5be30c09848.tar.lz cuberite-a4a17a295373e9553e3975d952f7e5be30c09848.tar.xz cuberite-a4a17a295373e9553e3975d952f7e5be30c09848.tar.zst cuberite-a4a17a295373e9553e3975d952f7e5be30c09848.zip |
Diffstat (limited to 'src/Root.h')
-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); |