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

Commit

Permalink
Reverting the order to keep the same style
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreAndreis committed Jan 29, 2018
1 parent 0b42569 commit a7f2f38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/models/resources/gameModes.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ export default [{
serverName: 'private_party_aral_match',
},
{
name: '5v5 Casual',
name: 'Casual 5v5',
serverName: '5v5_pvp_casual',
},
{
name: '5v5 Private',
name: 'Private 5v5',
serverName: 'private_party_vg_5v5'
}];

0 comments on commit a7f2f38

Please sign in to comment.