mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
Merge with develop
--HG-- branch : compatibility-develop
This commit is contained in:
commit
7c37cce41e
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ void CPatchManager::setClientRootPath(const std::string& clientRootPath)
|
||||||
ReadableClientDataPath = CPath::standardizePath(getAppBundlePath() + "/Contents/Resources/data");
|
ReadableClientDataPath = CPath::standardizePath(getAppBundlePath() + "/Contents/Resources/data");
|
||||||
#elif defined(NL_OS_UNIX)
|
#elif defined(NL_OS_UNIX)
|
||||||
ReadableClientDataPath = CPath::standardizePath(getRyzomSharePrefix() + "/data");
|
ReadableClientDataPath = CPath::standardizePath(getRyzomSharePrefix() + "/data");
|
||||||
if (CFile::isDirectory(ReadableClientDataPath)) ReadableClientDataPath.clear()
|
if (CFile::isDirectory(ReadableClientDataPath)) ReadableClientDataPath.clear();
|
||||||
#else
|
#else
|
||||||
ReadableClientDataPath.clear();
|
ReadableClientDataPath.clear();
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue