From bd50af4a6ce48b2376e81bb182801fd7d2e017e1 Mon Sep 17 00:00:00 2001 From: kervala Date: Mon, 7 Dec 2015 19:37:03 +0100 Subject: [PATCH] Fixed: Wrong copy-paste --- code/ryzom/client/src/init.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/code/ryzom/client/src/init.cpp b/code/ryzom/client/src/init.cpp index 6739136fb..7882eee21 100644 --- a/code/ryzom/client/src/init.cpp +++ b/code/ryzom/client/src/init.cpp @@ -720,7 +720,6 @@ void addPreDataPaths(NLMISC::IProgressCallback &progress) #ifdef NL_OS_MAC defaultDirectory = CPath::standardizePath(getAppBundlePath() + "/Contents/Resources"); #elif defined(NL_OS_UNIX) - defaultDirectory = CPath::standardizePath(std::string(RYZOM_SHARE_PREFIX)); if (!getRyzomSharePrefix().empty()) defaultDirectory = CPath::standardizePath(getRyzomSharePrefix()); #endif