TUNIC: Fix missing line for UT stuff #5185

This commit is contained in:
Scipio Wright
2025-07-12 07:52:02 -04:00
committed by GitHub
parent 585cbf95a6
commit 125d053b61

View File

@@ -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",