From cf02321a643bd4c19d8cc18a9a5e0b7cc4a362cc Mon Sep 17 00:00:00 2001 From: Lavender Perry Date: Thu, 29 Jul 2021 09:35:51 -0700 Subject: [PATCH] Fix for new divisions --- main.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main.js b/main.js index 0031ffe..8e1b0aa 100644 --- a/main.js +++ b/main.js @@ -19,10 +19,10 @@ fetch(datablase + "allTeams").then(function(response) { // Filter all teams to just the ones in the game const divisionNames = [ // Update whenever Blaseball divisions change - "Wild Low", - "Wild High", - "Mild Low", - "Mild High" + "Vault", + "Hall", + "Horizon", + "Desert" ] let teamIDs = [] divisions.forEach(function(division) {