mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 04:01:32 -06:00
Fix obvious typo (#3622)
This commit is contained in:
@@ -79,7 +79,7 @@ class TrackerData:
|
|||||||
|
|
||||||
# Normal lookup tables as well.
|
# Normal lookup tables as well.
|
||||||
self.item_name_to_id[game] = game_package["item_name_to_id"]
|
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:
|
def get_seed_name(self) -> str:
|
||||||
"""Retrieves the seed name."""
|
"""Retrieves the seed name."""
|
||||||
|
Reference in New Issue
Block a user