mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-11 17:59:02 +00:00
Changed: #1023 Use a standard application path for writing files
This commit is contained in:
parent
462537d869
commit
47c6a176ba
1 changed files with 1 additions and 1 deletions
|
@ -2004,7 +2004,7 @@ void CClientConfig::init(const string &configFileName)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
nlwarning("CFG::init: '%s' Not Found !!!", cfgFile.c_str());
|
nlwarning("CFG::init: '%s' Not Found !!!", defaultConfigFileName.c_str());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue