Skip to content

Commit 3c2fdf4

Browse files
committed
2 parents 8b10484 + b7699a1 commit 3c2fdf4

File tree

1 file changed

+3
-3
lines changed
  • src/main/java/com/pokegoapi/api/player

1 file changed

+3
-3
lines changed

src/main/java/com/pokegoapi/api/player/Team.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
package com.pokegoapi.api.player;
22

33
public enum Team {
4-
// VALUES UNCONFIRMED for the two inferior teams (Instinct and Valor)
4+
// VALUES CONFIRMED
55
TEAM_NONE(0),
66
TEAM_MYSTIC(1),
7-
TEAM_INSTINCT(2),
8-
TEAM_VALOR(3);
7+
TEAM_VALOR(2),
8+
TEAM_INSTINCT(3);
99

1010
private int value;
1111

0 commit comments

Comments
 (0)