Исправление параметра функции install
This commit is contained in:
parent
699b7c5f14
commit
097512e1e2
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ def modpack_install(filename: str):
|
||||||
mcfs.install_modpacks_override(filename)
|
mcfs.install_modpacks_override(filename)
|
||||||
|
|
||||||
|
|
||||||
def install(projects: list, version, loader):
|
def install(projects: list, mc_ver, loader):
|
||||||
to_install = []
|
to_install = []
|
||||||
dependencies_to_install = []
|
dependencies_to_install = []
|
||||||
not_found = []
|
not_found = []
|
||||||
|
|
Loading…
Add table
Reference in a new issue