mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 03:30:13 +01:00
fix certain diff names
This commit is contained in:
@@ -265,7 +265,7 @@ def check_args():
|
||||
selected_difficulty = args.difficulty
|
||||
else:
|
||||
if not tja.metadata.course_data:
|
||||
selected_difficulty = Difficulty.ONI
|
||||
selected_difficulty = Difficulty.EASY
|
||||
else:
|
||||
selected_difficulty = max(tja.metadata.course_data.keys())
|
||||
current_screen = Screens.GAME_PRACTICE if args.practice else Screens.GAME
|
||||
|
||||
Reference in New Issue
Block a user