Skip to content

Commit

Permalink
Add missing queue id (New coop vs ia games)
Browse files Browse the repository at this point in the history
  • Loading branch information
KaluNight authored and stelar7 committed Mar 26, 2024
1 parent c266210 commit e89b2da
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,15 +230,15 @@ public enum GameQueueType implements CodedEnum
/**
* BOT 5x5 games
*/
BOT_5X5_INTRO(830, 831, 832),
BOT_5X5_INTRO(830, 831, 832, 870),
/**
* BOT 5x5 games
*/
BOT_5X5_BEGINNER(840, 841, 842),
BOT_5X5_BEGINNER(840, 841, 842, 880),
/**
* BOT 5x5 games
*/
BOT_5X5_INTERMEDIATE(850, 851, 852),
BOT_5X5_INTERMEDIATE(850, 851, 852, 890),
/**
* Nexus Siege games
*/
Expand Down

0 comments on commit e89b2da

Please sign in to comment.