capitalisation error
This commit is contained in:
parent
9e36bbd069
commit
64071aeda9
@ -151,7 +151,7 @@ void cRoot::Start(void)
|
|||||||
m_MojangAPI.Start(IniFile); // Mojang API needs to be started before plugins, so that plugins may use it for DB upgrades on server init
|
m_MojangAPI.Start(IniFile); // Mojang API needs to be started before plugins, so that plugins may use it for DB upgrades on server init
|
||||||
if (!m_Server->InitServer(IniFile))
|
if (!m_Server->InitServer(IniFile))
|
||||||
{
|
{
|
||||||
IniFile.WriteFile("Settings.ini");
|
IniFile.WriteFile("settings.ini");
|
||||||
LOGERROR("Failure starting server, aborting...");
|
LOGERROR("Failure starting server, aborting...");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user