Skip to content

Commit

Permalink
order challenges
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkIntaqt committed Mar 21, 2024
1 parent 1c4f54c commit d0a54b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/module/Challenges.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ class Challenges extends Component {
enabled["isSR"] = true;
}

if ([830, 840, 850].includes(queue)) {
if ([830, 840, 850, 870, 880, 890].includes(queue)) {
enabled["isBot"] = true;
}
if ([1700, 1701, 1704].includes(queue)) {
Expand Down
2 changes: 1 addition & 1 deletion src/module/user/orderChallenges.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export function removeUnnecessaryChallenges(challengesArray, filters, masterOnly
}
}

if ([830, 840, 850].includes(queue)) {
if ([830, 840, 850, 870, 880, 890].includes(queue)) {
pushLater = "bot"
if (filters.gamemode.length > 0 && !filters.gamemode.includes("bot")) {
return null
Expand Down

0 comments on commit d0a54b1

Please sign in to comment.