change path format for modmgr

This commit is contained in:
James
2022-02-03 18:57:59 +00:00
parent 1bba278b2a
commit a07a768e61

View File

@@ -203,12 +203,9 @@ def install_workshop(server_path: str, workshop_files: list) -> bool:
args = [
mod_mgr_path,
"-c",
working_dir,
"-p",
packages_dir,
"-d",
install_dir
f"-c{working_dir}",
f"-p{packages_dir}",
f"-d{install_dir}"
]
for file in workshop_files: