Skip to content

Commit

Permalink
- disabled --gamemode CL arg for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Luux committed Jan 31, 2021
1 parent 283efa6 commit 2a6d52a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arbsmapdo.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def save_config(self, path: str):
parser.add_argument("--nps_max", type=float, help="Maximum notes per second", )
parser.add_argument("--notes_min", type=int, help="Minimum total note count")
parser.add_argument("--notes_max", type=int, help="Maximum total note count")
parser.add_argument("--gamemode", type=str, choices=list(modes.values()), help="Filter by game mode.")
# parser.add_argument("--gamemode", type=str, choices=list(modes.values()), help="Filter by game mode. EXPERIMENTAL! NOT FINISHED!")
parser.add_argument("--rescan", action="store_true", help="Force rescan of already downloaded songs. This resets the cache and results in manually deleted songs being in the pool again.")
parser.add_argument("--beatsaver_cachefile", type=Path, help="Cache file used for BeatSaver cache. (You usually don't have to change this.)")
parser.add_argument("--levelhash_cachefile", type=Path, help="Cache file used for caching already calculated level hashes. (You usually don't have to change this.)")
Expand Down

0 comments on commit 2a6d52a

Please sign in to comment.