mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-23 15:26:16 +00:00
Fixed: Typo
This commit is contained in:
parent
a276481492
commit
3bbf7cb564
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