Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
qwint authored Nov 4, 2024
1 parent 6da8fac commit a2a8081
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 @@ -372,7 +372,7 @@ def update_available_hints(log: HintLog, hints: typing.Set[typing.Dict[str, typi
data = []
for hint in hints:
in_logic = int(hint["location"]) in self.locations_available \
if int(hint["finding_player"]) == self.player_id else False
if int(hint["finding_player"]) == self.slot else False
data.append({
"receiving": {
"text": log.parser.handle_node({"type": "player_id", "text": hint["receiving_player"]})},
Expand Down

0 comments on commit a2a8081

Please sign in to comment.