From 7a29445c07ec90139adebd23851841eff92930c8 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Thu, 30 Jul 2020 20:17:04 +0200 Subject: [PATCH] Should probably not spoil which players have progression balancing in a logging.info level, for mystery rolling --- Fill.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fill.py b/Fill.py index 6d94946c..a080c10b 100644 --- a/Fill.py +++ b/Fill.py @@ -375,7 +375,7 @@ def balance_multiworld_progression(world): if not balanceable_players: logging.info('Skipping multiworld progression balancing.') else: - logging.info(f'Balancing multiworld progression for Players {balanceable_players}.') + logging.info(f'Balancing multiworld progression for {len(balanceable_players)} Players.') state = CollectionState(world) checked_locations = [] unchecked_locations = world.get_locations().copy()