Fix for new divisions

This commit is contained in:
Lavender Perry 2021-07-29 09:35:51 -07:00
parent 61187f27e7
commit cf02321a64
Signed by untrusted user: elle
GPG Key ID: EF8E44AF715C28A0
1 changed files with 4 additions and 4 deletions

View File

@ -19,10 +19,10 @@ fetch(datablase + "allTeams").then(function(response) {
// Filter all teams to just the ones in the game // Filter all teams to just the ones in the game
const divisionNames = [ const divisionNames = [
// Update whenever Blaseball divisions change // Update whenever Blaseball divisions change
"Wild Low", "Vault",
"Wild High", "Hall",
"Mild Low", "Horizon",
"Mild High" "Desert"
] ]
let teamIDs = [] let teamIDs = []
divisions.forEach(function(division) { divisions.forEach(function(division) {