Skip to content

Commit 87d67d8

Browse files
committed
Update players.
1 parent 53fd2db commit 87d67d8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/data.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ export const pickOrder = [
66
].map((n) => n - 1);
77

88
const captains = [
9-
["Zepp", "RU"],
10-
["snapcase", "SE"],
11-
["PreMorteM", "NO"],
12-
["Macisum", "NO"],
139
["paniagua", "FI"],
14-
["HangTime", "GB"],
1510
["nas", "SE"],
11+
["Macisum", "NO"],
12+
["HangTime", "GB"],
13+
["PreMorteM", "NO"],
14+
["Zepp", "RU"],
15+
["snapcase", "SE"],
1616
];
1717

1818
const player_pool = [

0 commit comments

Comments
 (0)