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 2cc95f4 commit 2347f8cCopy full SHA for 2347f8c
games-vue-client/src/components/ServerSelection.vue
@@ -34,7 +34,7 @@ export default {
34
data() {
35
return {
36
serverOptions: serverOptions,
37
- chosenServer: serverOptions[0]
+ chosenServer: "ws://gbg.zomis.net:8082"
38
};
39
},
40
methods: {
0 commit comments