1
0
Fork 0
This commit is contained in:
worktycho 2014-09-08 15:15:31 +01:00
parent 5f207c8bb7
commit 4613fabd45
1 changed files with 1 additions and 1 deletions

View File

@ -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
if (!m_Server->InitServer(IniFile))
{
IniFile.WriteFile("Settings.ini")
IniFile.WriteFile("Settings.ini");
LOGERROR("Failure starting server, aborting...");
return;
}