Skip to content

Commit 0b5c24e

Browse files
authored
remove eliminated teams
1 parent 393e1ed commit 0b5c24e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/pw/chew/mlb/util/MLBAPIUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public List<Command.Choice> asChoices() {
146146

147147
public List<Command.Choice> asPostSeasonChoices() {
148148
// we only want people in the post-season. These teams are: 147, 110, 114, 118, 116, 117, 143, 121, 158, 119, 135, 109, 144
149-
List<Integer> postSeason = Arrays.asList(147, 110, 114, 118, 116, 117, 143, 121, 158, 119, 135, 109, 144);
149+
List<Integer> postSeason = Arrays.asList(147, 114, 118, 116, 143, 121, 158, 119, 135);
150150

151151
List<Command.Choice> choices = new ArrayList<>();
152152
for (int i = 0; i < raw.length(); i++) {

0 commit comments

Comments
 (0)