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
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) {