From 35e0bc22856c8f29e3c29ec27bd7c3c5a882197f Mon Sep 17 00:00:00 2001 From: LePresidente Date: Tue, 26 Dec 2017 11:53:29 +0200 Subject: Disable BSA Conflict Checking. Version Bump to 2.1.0.1 (Once off using the 4th point do to change being so minor) Next version will be 2.1.1 --- src/directoryrefresher.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/directoryrefresher.cpp') diff --git a/src/directoryrefresher.cpp b/src/directoryrefresher.cpp index 0a8b82be..272b0596 100644 --- a/src/directoryrefresher.cpp +++ b/src/directoryrefresher.cpp @@ -88,8 +88,8 @@ void DirectoryRefresher::addModBSAToStructure(DirectoryEntry *directoryStructure QFileInfo fileInfo(archive); if (m_EnabledArchives.find(fileInfo.fileName()) != m_EnabledArchives.end()) { try { - directoryStructure->addFromBSA(ToWString(modName), directoryW, - ToWString(QDir::toNativeSeparators(fileInfo.absoluteFilePath())), priority); + //directoryStructure->addFromBSA(ToWString(modName), directoryW, + // ToWString(QDir::toNativeSeparators(fileInfo.absoluteFilePath())), priority); } catch (const std::exception &e) { throw MyException(tr("failed to parse bsa %1: %2").arg(archive, e.what())); } -- cgit v1.3.1