Skip to content

Commit

Permalink
???????? Vi pls
Browse files Browse the repository at this point in the history
  • Loading branch information
NewSoupVi committed Aug 12, 2024
1 parent 0fc1e8a commit 0cef2b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Main.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ def main(args, seed=None, baked_server_options: Optional[Dict[str, object]] = No
for player in multiworld.player_ids
}
target_per_player = {
player: sum(target_items.values()) for player, target_items in depletion_pool.items() if target_items
if depletion_pool[player]
player: sum(target_items.values()) for player, target_items in depletion_pool.items()
if target_items
}
overall_target = sum(target_per_player.values())

Expand Down

0 comments on commit 0cef2b9

Please sign in to comment.