We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dfc3fe commit 2cc95f4Copy full SHA for 2cc95f4
games-vue-client/src/components/ServerSelection.vue
@@ -34,7 +34,7 @@ export default {
34
data() {
35
return {
36
serverOptions: serverOptions,
37
- chosenServer: "zomis"
+ chosenServer: serverOptions[0]
38
};
39
},
40
methods: {
0 commit comments