We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aaa4de commit 1c43b1bCopy full SHA for 1c43b1b
workshop.py
@@ -28,7 +28,7 @@ def preset(mod_file, client):
28
for _, match in enumerate(matches, start=1):
29
mods.append(match.group(1))
30
api.download_workshop(client, int(match.group(1)))
31
- moddirs.append("server/workshop/" + match.group(1))
+ moddirs.append("workshop/" + match.group(1))
32
for moddir in moddirs:
33
- keys.copy(moddir)
+ keys.copy("server/"+moddir)
34
return moddirs
0 commit comments