mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-13 18:59:08 +00:00
Changed: #1153 first, check for client_default.cfg in working dir
This commit is contained in:
parent
0d19031c38
commit
43105f993a
1 changed files with 2 additions and 0 deletions
|
@ -2170,6 +2170,8 @@ bool CClientConfig::getDefaultConfigLocation(std::string& p_name) const
|
|||
std::string defaultConfigFileName = "client_default.cfg";
|
||||
std::string defaultConfigPath;
|
||||
|
||||
p_name = std::string();
|
||||
|
||||
#ifdef NL_OS_MAC
|
||||
// on mac, client_default.cfg should be searched in .app/Contents/Resources/
|
||||
defaultConfigPath =
|
||||
|
|
Loading…
Reference in a new issue