Core: count the world types

This commit is contained in:
Fabian Dill 2023-02-28 11:23:42 +01:00 committed by Fabian Dill
parent 1d2f7d8669
commit 2c20b56478
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ def main(args, seed=None, baked_server_options: Optional[Dict[str, object]] = No
world.state = CollectionState(world)
logger.info('Archipelago Version %s - Seed: %s\n', __version__, world.seed)
logger.info("Found World Types:")
logger.info(f"Found {len(AutoWorld.AutoWorldRegister.world_types)} World Types:")
longest_name = max(len(text) for text in AutoWorld.AutoWorldRegister.world_types)
max_item = 0