added loaders for flame version
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
4704c522e0
commit
f8f9ffa118
8 changed files with 32 additions and 20 deletions
|
@ -124,7 +124,6 @@ void ModPage::updateVersionList()
|
|||
auto version = current_pack->versions[i];
|
||||
bool valid = false;
|
||||
for (auto& mcVer : m_filter->versions) {
|
||||
// NOTE: Flame doesn't care about loader, so passing it changes nothing.
|
||||
if (validateVersion(version, mcVer.toString(), packProfile->getModLoaders())) {
|
||||
valid = true;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue