mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
TUNIC: Fix missing line for UT stuff #5185
This commit is contained in:
@@ -681,7 +681,7 @@ poptracker_data: dict[str, int] = {
|
||||
# for setting up the poptracker integration
|
||||
tracker_world = {
|
||||
"map_page_maps": ["maps/maps_pop.json"],
|
||||
"map_page_locations": ["locations/locations_pop_er.json"],
|
||||
"map_page_locations": ["locations/locations_pop_er.json", "locations/locations_breakables.json"],
|
||||
"map_page_setting_key": "Slot:{player}:Current Map",
|
||||
"map_page_index": map_page_index,
|
||||
"external_pack_key": "ut_poptracker_path",
|
||||
|
Reference in New Issue
Block a user