Merge with develop

This commit is contained in:
kervala 2015-12-12 14:35:05 +01:00
parent b654e1efc5
commit 35990215f6

View file

@ -221,7 +221,7 @@ void CPatchManager::setClientRootPath(const std::string& clientRootPath)
ReadableClientDataPath = CPath::standardizePath(getAppBundlePath() + "/Contents/Resources/data");
#elif defined(NL_OS_UNIX)
ReadableClientDataPath = CPath::standardizePath(getRyzomSharePrefix() + "/data");
if (CFile::isDirectory(ReadableClientDataPath)) ReadableClientDataPath.clear()
if (CFile::isDirectory(ReadableClientDataPath)) ReadableClientDataPath.clear();
#else
ReadableClientDataPath.clear();
#endif