Skip to content

Commit

Permalink
change default pp needed
Browse files Browse the repository at this point in the history
  • Loading branch information
lilymnky-F committed Aug 19, 2024
1 parent 32f134e commit 8482e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/osu/Client.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ def on_package(self, cmd: str, args: dict):
slot_data = args.get('slot_data', None)
if slot_data:
self.pairs = slot_data.get('Pairs', {})
self.preformance_points_needed = slot_data.get('PreformancePointsNeeded', 0)
self.preformance_points_needed = slot_data.get('PreformancePointsNeeded', 9999)
self.disable_difficulty_reduction = slot_data.get('DisableDifficultyReduction', False)
if not os.path.exists(self.game_communication_path):
os.makedirs(self.game_communication_path)
Expand Down

0 comments on commit 8482e9d

Please sign in to comment.