From 3b7c82c47307045eb76290976cfee855eb36ddd3 Mon Sep 17 00:00:00 2001 From: kervala Date: Sat, 3 Sep 2016 10:14:48 +0200 Subject: [PATCH] Changed: Wrong filename for packed sheets BNP, see #279 --- code/ryzom/tools/client/ryzom_installer/src/configfile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ryzom/tools/client/ryzom_installer/src/configfile.cpp b/code/ryzom/tools/client/ryzom_installer/src/configfile.cpp index b94a75358..7b3952a22 100644 --- a/code/ryzom/tools/client/ryzom_installer/src/configfile.cpp +++ b/code/ryzom/tools/client/ryzom_installer/src/configfile.cpp @@ -684,7 +684,7 @@ bool CConfigFile::foundTemporaryFiles(const QString &directory) const QStringList filter; filter << "*.string_cache"; - if (dir.exists("packed_sheets.bnp")) + if (dir.exists("packedsheets.bnp")) { filter << "*.packed_sheets"; filter << "*.packed";