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
|
// 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) {
|
||||||
|
|
Loading…
Reference in a new issue