Skip to content
This repository has been archived by the owner on Sep 12, 2019. It is now read-only.

Commit

Permalink
Adding ranked 5v5 support (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreAndreis authored and seripap committed Mar 16, 2018
1 parent a3701d6 commit c8ba242
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/models/resources/gameModes.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,8 @@ export default [{
{
name: 'Private 5v5',
serverName: 'private_party_vg_5v5'
},
{
name: 'Ranked 5v5',
serverName: '5v5_pvp_ranked'
}];

0 comments on commit c8ba242

Please sign in to comment.