Skip to content

Commit

Permalink
autocomplete failing me
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePhar committed May 23, 2024
1 parent 2ed461c commit e608684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/sc2/Client.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def print_faction_title():
self.formatted_print(f" [u]{faction.name}[/u] ")

for item_id in categorized_items[faction]:
item_name = self.ctx.item_names.lookup(item_id)
item_name = self.ctx.item_names.lookup_in_slot(item_id)
received_child_items = items_received_set.intersection(parent_to_child.get(item_id, []))
matching_children = [child for child in received_child_items
if item_matches_filter(self.ctx.item_names.lookup_in_slot(child))]
Expand Down

0 comments on commit e608684

Please sign in to comment.