mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Fixed: Typo
--HG-- branch : develop
This commit is contained in:
parent
fcb0963888
commit
0e62130d99
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