From 886cc68051f23d6049f8d846379b193aa0415e24 Mon Sep 17 00:00:00 2001 From: Colin <32756996+TriumphantBass@users.noreply.github.com> Date: Sat, 29 Nov 2025 11:13:43 -0700 Subject: [PATCH] Timespinner: Exclude Removed Location from Web Tracker (#5701) --- WebHostLib/tracker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebHostLib/tracker.py b/WebHostLib/tracker.py index eda93c80ab..d1471aa658 100644 --- a/WebHostLib/tracker.py +++ b/WebHostLib/tracker.py @@ -959,7 +959,7 @@ if "Timespinner" in network_data_package["games"]: timespinner_location_ids = { "Present": list(range(1337000, 1337085)), - "Past": list(range(1337086, 1337175)), + "Past": list(range(1337086, 1337157)) + list(range(1337159, 1337175)), "Ancient Pyramid": [ 1337236, 1337246, 1337247, 1337248, 1337249]