summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLogicParrot <LogicParrot@users.noreply.github.com>2016-02-09 09:02:36 +0100
committerLogicParrot <LogicParrot@users.noreply.github.com>2016-02-09 09:02:36 +0100
commit3fb32a55352c8dd6e21def07e7dcd37067992263 (patch)
treeb6368834c321b02aea35bd1077863a54f31bc0a6
parentAdd forum link to linkage error message (diff)
downloadcuberite-3fb32a55352c8dd6e21def07e7dcd37067992263.tar
cuberite-3fb32a55352c8dd6e21def07e7dcd37067992263.tar.gz
cuberite-3fb32a55352c8dd6e21def07e7dcd37067992263.tar.bz2
cuberite-3fb32a55352c8dd6e21def07e7dcd37067992263.tar.lz
cuberite-3fb32a55352c8dd6e21def07e7dcd37067992263.tar.xz
cuberite-3fb32a55352c8dd6e21def07e7dcd37067992263.tar.zst
cuberite-3fb32a55352c8dd6e21def07e7dcd37067992263.zip
-rw-r--r--src/Root.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Root.cpp b/src/Root.cpp
index 11cc4e250..87c255b9c 100644
--- a/src/Root.cpp
+++ b/src/Root.cpp
@@ -410,6 +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");
}
}
}