Changed: #1023 Use a standard application path for writing files

hg/feature/sound
kervala 15 years ago
parent 8caf0eb97e
commit 0e5c1c4af3

@ -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…
Cancel
Save