From 4d8b5aaae8adc08f5392bc631e7f88c501dea386 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Sun, 24 May 2020 15:35:35 +0200 Subject: Remove old comment. --- src/modinforegular.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/modinforegular.cpp') 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 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); } -- cgit v1.3.1