Skip to content

Commit

Permalink
adds the known players to the yamls not correct error (ArchipelagoMW#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwint authored Sep 5, 2024
1 parent f1ac1df commit a70320c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/tracker/TrackerClient.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ def on_package(self, cmd: str, args: dict):
raise "TODO: add error - something went very wrong with matching world to slot"
else:
# TODO consider allowing worlds that self-attest to not need an options file for UT
self.log_to_tab("Player's Yaml not in tracker's list", False)
self.log_to_tab(f"Player's Yaml not in tracker's list. Known players: {list(self.launch_multiworld.world_name_lookup.keys())}", False)
return

if self.ui is not None and getattr(self.multiworld.worlds[self.player_id], "tracker_world", None):
Expand Down

0 comments on commit a70320c

Please sign in to comment.