summaryrefslogtreecommitdiffstats
path: root/src/Root.cpp
diff options
context:
space:
mode:
authorLogicParrot <LogicParrot@users.noreply.github.com>2016-04-19 13:20:02 +0200
committerLogicParrot <LogicParrot@users.noreply.github.com>2016-04-19 13:20:02 +0200
commit4348b2f5a4a3d91aac8808842716fc8527d254e2 (patch)
tree92e20fb6b24e2f0d7b8af190b49cfb71838f1f90 /src/Root.cpp
parentProper fix for #3136 (#3143) (diff)
parentAuto clean bad world linkages (diff)
downloadcuberite-4348b2f5a4a3d91aac8808842716fc8527d254e2.tar
cuberite-4348b2f5a4a3d91aac8808842716fc8527d254e2.tar.gz
cuberite-4348b2f5a4a3d91aac8808842716fc8527d254e2.tar.bz2
cuberite-4348b2f5a4a3d91aac8808842716fc8527d254e2.tar.lz
cuberite-4348b2f5a4a3d91aac8808842716fc8527d254e2.tar.xz
cuberite-4348b2f5a4a3d91aac8808842716fc8527d254e2.tar.zst
cuberite-4348b2f5a4a3d91aac8808842716fc8527d254e2.zip
Diffstat (limited to 'src/Root.cpp')
-rw-r--r--src/Root.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Root.cpp b/src/Root.cpp
index 87c255b9c..bd8e026f3 100644
--- a/src/Root.cpp
+++ b/src/Root.cpp
@@ -410,7 +410,7 @@ void cRoot::LoadWorlds(cSettingsRepositoryInterface & a_Settings, bool a_IsNewIn
a_Settings.AddValue("Worlds", "World", "world_nether");
a_Settings.AddValue("Worlds", "World", "world_end");
Worlds = a_Settings.GetValues("Worlds"); // Refresh the Worlds list so that the rest of the function works as usual
- LOG("The server detected an old default config with bad world linkages. This has been autofixed by adding \"world_nether\" and \"world_end\" to settings.ini");
+ LOG("The server detected an old default config with bad world linkages. This has been autofixed by adding \"world_nether\" and \"world_end\" to settings.ini. If you do not want this autofix to trigger, please remove the nether and / or end from settings.ini and from world/world.ini");
}
}
}