mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 18:18:18 +00:00
Forgot to delete this
This commit is contained in:
parent
ecdcf09456
commit
525e72b1dd
|
@ -1702,11 +1702,6 @@ int main(int argc, const char **argv) // ignore_convention
|
|||
pConfig->RestoreStrings();
|
||||
|
||||
pServer->Engine()->InitLogfile();
|
||||
if(g_Config.m_SvExternalRecords == 1) {
|
||||
char pathBuf[512];
|
||||
str_format(pathBuf, sizeof(pathBuf), "%s/records", pStorage->ApplicationSavePath());
|
||||
fs_makedir(pathBuf);
|
||||
}
|
||||
|
||||
// run the server
|
||||
pServer->Run();
|
||||
|
|
Loading…
Reference in a new issue