Skip to content

Commit

Permalink
Return correct list of mod dirs (#59)
Browse files Browse the repository at this point in the history
* Return correct list of mod dirs

* Return moddirs
  • Loading branch information
RSpeekenbrink authored Jan 9, 2023
1 parent 192c392 commit 907f4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workshop.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ def preset(mod_file):
download(mods)
for moddir in moddirs:
keys.copy(moddir)
return mods
return moddirs

0 comments on commit 907f4d7

Please sign in to comment.