Skip to content
This repository was archived by the owner on May 12, 2022. It is now read-only.

Commit

Permalink
update considered queue ids
Browse files Browse the repository at this point in the history
  • Loading branch information
Likqez committed Aug 27, 2021
1 parent aca3d52 commit 314254a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public enum Queue {
//TODO:

public static List<Integer> consideredQueues = List.of(
/* Pala --> */424, 428, 437, 452, 465, 469, 486,
/* Pala --> */424, 425, 427, 428, 437, 444, 452, 453, 465, 469, 486,
/* Smite --> */ 423, 426, 430, 433, 435, 440, 445, 448, 451, 452, 459, 466, 450, 502, 503, 504
);

Expand Down

0 comments on commit 314254a

Please sign in to comment.