Skip to content

Commit

Permalink
TLoZ: fix LauncherComponents entry (ArchipelagoMW#1908)
Browse files Browse the repository at this point in the history
  • Loading branch information
wqferr authored Jun 29, 2023
1 parent 122d404 commit 85582b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/LauncherComponents.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def launch_textclient():
# Pokémon
Component('Pokemon Client', 'PokemonClient', file_identifier=SuffixIdentifier('.apred', '.apblue')),
# TLoZ
Component('Zelda 1 Client', 'Zelda1Client'),
Component('Zelda 1 Client', 'Zelda1Client', file_identifier=SuffixIdentifier('.aptloz')),
# ChecksFinder
Component('ChecksFinder Client', 'ChecksFinderClient'),
# Starcraft 2
Expand Down

0 comments on commit 85582b9

Please sign in to comment.