Skip to content
This repository was archived by the owner on Aug 4, 2023. It is now read-only.

Commit cc20f9f

Browse files
committed
Revert "Merge pull request #40 from taubenangriff/master"
This reverts commit 8b1419f, reversing changes made to 6680832.
1 parent 8a5549c commit cc20f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/external-file-loader/src/mod_manager.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ bool ModManager::IsPatchableFile(const fs::path& file) const
575575
// We can only patch xml files at the moment
576576
// Other files have to be replaced entirely
577577
const auto extension = file.extension();
578-
return extension == ".xml" || extension == ".cfg" || extension == ".ifo";
578+
return extension == ".xml";
579579
}
580580

581581
std::string ModManager::GetFileHash(const fs::path& path) const

0 commit comments

Comments
 (0)