Fix obvious typo (#3622)

This commit is contained in:
Scipio Wright
2024-07-28 00:44:48 -04:00
committed by GitHub
parent b77805e5ee
commit b273852512

View File

@@ -79,7 +79,7 @@ class TrackerData:
# Normal lookup tables as well.
self.item_name_to_id[game] = game_package["item_name_to_id"]
self.location_name_to_id[game] = game_package["item_name_to_id"]
self.location_name_to_id[game] = game_package["location_name_to_id"]
def get_seed_name(self) -> str:
"""Retrieves the seed name."""