diff --git a/WebHost.py b/WebHost.py index 9b2a8808..e415b8ff 100644 --- a/WebHost.py +++ b/WebHost.py @@ -46,7 +46,7 @@ def create_ordered_tutorials_file() -> typing.List[typing.Dict[str, typing.Any]] worlds = {} data = [] for game, world in AutoWorldRegister.world_types.items(): - if hasattr(world.web, 'tutorials'): + if hasattr(world.web, 'tutorials') and (not world.hidden or game == 'Archipelago'): worlds[game] = world for game, world in worlds.items(): # copy files from world's docs folder to the generated folder