Improve world linkage error message
This commit is contained in:
parent
efa670dacb
commit
91fd275c0b
@ -558,8 +558,8 @@ void cWorld::Start(void)
|
||||
if (!BadWorlds.empty())
|
||||
{
|
||||
const char * WorldName = m_WorldName.c_str();
|
||||
LOGERROR("\n######\nERROR: %s is linked to one or more invalid worlds: %s\nPlease edit %s/world.ini and fix this.\n######\n",
|
||||
WorldName, BadWorlds.c_str(), WorldName);
|
||||
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",
|
||||
WorldName, BadWorlds.c_str(), WorldName, WorldName);
|
||||
cRoot::Get()->StopServer();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user