Skip to content

Commit 2cc95f4

Browse files
committed
Client: Make 'zomis' server pre-selected
1 parent 9dfc3fe commit 2cc95f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

games-vue-client/src/components/ServerSelection.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default {
3434
data() {
3535
return {
3636
serverOptions: serverOptions,
37-
chosenServer: "zomis"
37+
chosenServer: serverOptions[0]
3838
};
3939
},
4040
methods: {

0 commit comments

Comments
 (0)