Fix for new divisions
This commit is contained in:
parent
61187f27e7
commit
cf02321a64
1 changed files with 4 additions and 4 deletions
8
main.js
8
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) {
|
||||
|
|
Loading…
Reference in a new issue