Skip to content

Commit

Permalink
add /opt/my-resources/my-cheats/ to cheats folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayfly277 committed Sep 26, 2024
1 parent 8e2d96b commit e7d1e1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion arsenal/modules/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
join(DATAPATH, "cheats"), # DEFAULT
# Additional paths below, add comma to line above
join(BASEPATH, "my_cheats"),
join(HOMEPATH, ".cheats")
join(HOMEPATH, ".cheats"),
# Add exegol folder
"/opt/my-ressources/my-cheats"
]

messages_error_missing_arguments = 'Error missing arguments'
Expand Down

0 comments on commit e7d1e1b

Please sign in to comment.