Skip to content

Commit

Permalink
renamed queue to RANKED_SOLO_5X5 from RANKED_FLEX_SR
Browse files Browse the repository at this point in the history
89Q12 committed May 30, 2022
1 parent 215e4e3 commit 77f33a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/blitzgg.js
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ const { removePerkIds } = require('./utils');
const supported_modes = [
{
role: ["MID","SUPPORT","ADC","JUNGLE","TOP"],
queue: "RANKED_FLEX_SR",
queue: "RANKED_SOLO_5X5",

},
{

0 comments on commit 77f33a9

Please sign in to comment.