Skip to content

Commit 1c43b1b

Browse files
committed
really fix
1 parent 8aaa4de commit 1c43b1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workshop.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def preset(mod_file, client):
2828
for _, match in enumerate(matches, start=1):
2929
mods.append(match.group(1))
3030
api.download_workshop(client, int(match.group(1)))
31-
moddirs.append("server/workshop/" + match.group(1))
31+
moddirs.append("workshop/" + match.group(1))
3232
for moddir in moddirs:
33-
keys.copy(moddir)
33+
keys.copy("server/"+moddir)
3434
return moddirs

0 commit comments

Comments
 (0)