diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-05-21 16:29:42 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-12-13 16:59:35 +0100 |
| commit | de8623b4f43f9754c094a0a81eb91ed544ca4995 (patch) | |
| tree | 88c58327beb17359aebcc83aa238bebf6a41a5c3 /backend/config.js | |
| parent | b7a276d54ae88fde32cd1fba0ec4bb1ac41cab55 (diff) | |
| download | brokentalents-de8623b4f43f9754c094a0a81eb91ed544ca4995.tar.gz brokentalents-de8623b4f43f9754c094a0a81eb91ed544ca4995.zip | |
build
Diffstat (limited to 'backend/config.js')
| -rw-r--r-- | backend/config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/config.js b/backend/config.js index dc13956..eaed3f7 100644 --- a/backend/config.js +++ b/backend/config.js @@ -19,7 +19,7 @@ module.exports = { /* available: eu, na, sg, cn, sa, ea */ regions: ['sg', 'eu', 'na'], /* available: casual, 5v5_pvp_casual, ranked, 5v5_pvp_ranked, blitz_pvp_ranked, casual_aral */ - modes: ['blitz_pvp_ranked', 'casual_aral'], + modes: ['blitz_pvp_ranked', 'casual_aral', 'ranked', '5v5_pvp_ranked'], /* available: 2, 3, 4, 5 */ matchesPerRequest: 5, /* How many equidistant requests to create |
