forked from didirus/AstralRinth
Fix resource pack projects with multiple loaders not finding a release in Download modal (#4734)
This commit is contained in:
@@ -1411,7 +1411,7 @@ const filteredVersions = computed(() => {
|
|||||||
return versions.value.filter(
|
return versions.value.filter(
|
||||||
(x) =>
|
(x) =>
|
||||||
x.game_versions.includes(currentGameVersion.value) &&
|
x.game_versions.includes(currentGameVersion.value) &&
|
||||||
x.loaders.includes(currentPlatform.value),
|
(x.loaders.includes(currentPlatform.value) || project.value.project_type === 'resourcepack'),
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user