mirror of
https://github.com/WarrenHood/MCModpackManager.git
synced 2025-04-30 00:04:59 +01:00
Never ignore the game version and loader
This commit is contained in:
parent
2758f40b8f
commit
a6b8a353d4
|
@ -89,7 +89,7 @@ impl Modrinth {
|
||||||
.get_project_versions(
|
.get_project_versions(
|
||||||
project_id,
|
project_id,
|
||||||
pack_meta,
|
pack_meta,
|
||||||
true,
|
false, // TODO: Change this to allow specific versions of mods for the wrong version to be installed
|
||||||
loader_override,
|
loader_override,
|
||||||
game_version_override,
|
game_version_override,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue