diff --git a/indra/llvfs/lldir.cpp b/indra/llvfs/lldir.cpp index f05a7398f..8af709311 100644 --- a/indra/llvfs/lldir.cpp +++ b/indra/llvfs/lldir.cpp @@ -243,7 +243,7 @@ std::string LLDir::buildSLOSCacheDir() const } else { - res = getOSUserAppDir() + mDirDelimiter + "cache"; + res = getOSUserAppDir() + mDirDelimiter + "cache_sg1"; } } else