Skip to content

Commit

Permalink
Order players by name.
Browse files Browse the repository at this point in the history
  • Loading branch information
vikpe committed Feb 16, 2024
1 parent df8ca8f commit d07a2e9
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions src/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,44 +62,44 @@ export const teams = {
const Player = (name, country_code) => ({ name, country_code });

export const players = {
BTK: Player("BTK", "ru"),
Bance: Player("Bance", "us"),
Daux: Player("Daux", "de"),
Diki: Player("Diki", "fi"),
Floc: Player("Floc", "de"),
Shamoth: Player("Shamoth", "pl"),
Rat: Player("Rat", "fi"),
PreMorteM: Player("PreMorteM", "no"),
Gamer: Player("Gamer", "fi"),
BTK: Player("BTK", "ru"),
raket: Player("raket", "se"),
Grc: Player("Grc", "se"),
IRN: Player("IRN", "pl"),
Link: Player("Link", "no"),
Macler: Player("Macler", "pl"),
Milton: Player("Milton", "fi"),
Tom: Player("Tom", "pl"),
Diki: Player("Diki", "fi"),
Thunder: Player("Thunder", "pl"),
ShaZam: Player("ShaZam", "se"),
sae: Player("sae", "gb"),
IRN: Player("IRN", "pl"),
gLAd: Player("gLAd", "ru"),
Grc: Player("Grc", "se"),
rusti: Player("rusti", "fi"),
Plate: Player("Plate", "pl"),
PreMorteM: Player("PreMorteM", "no"),
Quake: Player("Quake", "ru"),
gore: Player("gore", "gb"),
samon: Player("samon", "pl"),
eh: Player("eh", "fi"),
Rat: Player("Rat", "fi"),
Rotker: Player("Rotker", "pl"),
ShaZam: Player("ShaZam", "se"),
Shamoth: Player("Shamoth", "pl"),
Slaughter: Player("Slaughter", "fi"),
rghst: Player("rghst", "de"),
sassa: Player("sassa", "se"),
tuhmapoika: Player("tuhmapoika", "fi"),
rokky: Player("rokky", "se"),
Szturm: Player("Szturm", "pl"),
Link: Player("Link", "no"),
diabolic: Player("diabolic", "pt"),
Thunder: Player("Thunder", "pl"),
Tom: Player("Tom", "pl"),
alice: Player("alice", "se"),
Rotker: Player("Rotker", "pl"),
robin: Player("robin", "no"),
pixols: Player("pixols", "gb"),
kwon: Player("kwon", "de"),
crp: Player("crp", "se"),
badsebi: Player("badsebi", "pl"),
Bance: Player("Bance", "us"),
crp: Player("crp", "se"),
diabolic: Player("diabolic", "pt"),
eh: Player("eh", "fi"),
gLAd: Player("gLAd", "ru"),
gore: Player("gore", "gb"),
kwon: Player("kwon", "de"),
pixols: Player("pixols", "gb"),
raket: Player("raket", "se"),
rghst: Player("rghst", "de"),
robin: Player("robin", "no"),
rokky: Player("rokky", "se"),
rusti: Player("rusti", "fi"),
sae: Player("sae", "gb"),
samon: Player("samon", "pl"),
sassa: Player("sassa", "se"),
tuhmapoika: Player("tuhmapoika", "fi"),
};

0 comments on commit d07a2e9

Please sign in to comment.