This commit is contained in:
aecsocket
2026-07-07 18:53:26 +01:00
parent 2f72513674
commit 5ea55b59f1
@@ -510,9 +510,7 @@ provideInstallationSettings({
const hasPlaceholder = manifest.some((x) => x.id === '${modrinth.gameVersion}')
if (!hasPlaceholder) {
const supportedVersions = new Set(
manifest
.filter((x) => x.loaders.length > 0 || !!x.versionGroup)
.map((x) => x.id),
manifest.filter((x) => x.loaders.length > 0 || !!x.versionGroup).map((x) => x.id),
)
return versions
.filter((v) => supportedVersions.has(v.version))