summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLogicParrot <LogicParrot@users.noreply.github.com>2016-02-08 23:46:34 +0100
committerLogicParrot <LogicParrot@users.noreply.github.com>2016-02-09 08:30:22 +0100
commitf3e0a5f6567481ded8917277a7101965872a9f60 (patch)
tree1934c0dac5f3eb576676862aec7102600c52e503
parentMerge pull request #2995 from LogicParrot/message (diff)
downloadcuberite-f3e0a5f6567481ded8917277a7101965872a9f60.tar
cuberite-f3e0a5f6567481ded8917277a7101965872a9f60.tar.gz
cuberite-f3e0a5f6567481ded8917277a7101965872a9f60.tar.bz2
cuberite-f3e0a5f6567481ded8917277a7101965872a9f60.tar.lz
cuberite-f3e0a5f6567481ded8917277a7101965872a9f60.tar.xz
cuberite-f3e0a5f6567481ded8917277a7101965872a9f60.tar.zst
cuberite-f3e0a5f6567481ded8917277a7101965872a9f60.zip
-rw-r--r--src/World.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/World.cpp b/src/World.cpp
index 3bfb7c730..c704b46bb 100644
--- a/src/World.cpp
+++ b/src/World.cpp
@@ -558,7 +558,7 @@ void cWorld::Start(void)
if (!BadWorlds.empty())
{
const char * WorldName = m_WorldName.c_str();
- LOGERROR("\n###### ERROR: %s is linked to the following nonexisting world/s:\n%s\n\nPlease edit %s/world.ini and fix this.\n\nNote that the server started enforcing proper world linkages recently. And people with older configs may naturally get this error. If you just want a working default config and don't mind losing this world, delete the folder \"%s\" and the server will receate one for you. Otherwise edit the world.ini file and fix the invalid linkages.\n######\n",
+ LOGERROR("\n###### ERROR: \"%s\" is linked to the following nonexisting world/s:\n%s\n\nPlease edit %s/world.ini and fix this.\n\nNote that the server started enforcing proper world linkages recently. And people with older configs may naturally get this error. If you just want a working default config and don't mind losing this world, delete the folder \"%s\" and the server will receate one for you. Otherwise edit the world.ini file and fix the invalid linkages.\n\nMore help and info:\nhttps://forum.cuberite.org/thread-2366.html\n######\n",
WorldName, BadWorlds.c_str(), WorldName, WorldName);
cRoot::Get()->StopServer();
}