diff --git a/Main.py b/Main.py index 259e2673..df672380 100644 --- a/Main.py +++ b/Main.py @@ -1056,7 +1056,7 @@ def create_playthrough(world): collection_spheres.append(sphere) - logging.getLogger('').debug(world.fish.translate("cli","cli","building.final.spheres"), len(collection_spheres), len(sphere), len(required_locations)) + logging.getLogger('').debug(world.fish.translate("cli","cli","building.final.spheres"), len(collection_spheres), len(sphere), len(sphere) + len(required_locations)) if not sphere: if world.has_beaten_game(state): required_locations.clear()