From d8ebe6764d20db94eddbf8ff49bee34de95f0dec Mon Sep 17 00:00:00 2001 From: Chuck <33324927+ChuckBuilds@users.noreply.github.com> Date: Tue, 27 May 2025 17:31:56 -0500 Subject: [PATCH] added team_league_map for soccer display --- assets/data/team_league_map.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 assets/data/team_league_map.json diff --git a/assets/data/team_league_map.json b/assets/data/team_league_map.json new file mode 100644 index 00000000..562d2a12 --- /dev/null +++ b/assets/data/team_league_map.json @@ -0,0 +1,4 @@ +{ + "last_updated": 0, + "map": {} +} \ No newline at end of file