diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-05-24 15:35:35 +0200 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-05-24 15:35:35 +0200 |
| commit | 4d8b5aaae8adc08f5392bc631e7f88c501dea386 (patch) | |
| tree | 6c307b321ca8334bc841c64e56dff6886d99ca5c /src/modinforegular.cpp | |
| parent | a67a99acb7394861e253c28336eba28e7b68b77c (diff) | |
Remove old comment.
Diffstat (limited to 'src/modinforegular.cpp')
| -rw-r--r-- | src/modinforegular.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modinforegular.cpp b/src/modinforegular.cpp index 85659bd2..87483a64 100644 --- a/src/modinforegular.cpp +++ b/src/modinforegular.cpp @@ -667,7 +667,6 @@ std::vector<ModInfo::EContent> ModInfoRegular::getContents() const else if (suffix == "bsa" || suffix == "ba2") { contents.push_back(CONTENT_BSA); } - //use >1 for ini files since there is meta.ini in all mods already. else if (suffix == "ini" && e->compare("meta.ini") != 0) { contents.push_back(CONTENT_INI); } |
