Skip to content

Commit 2347f8c

Browse files
committed
Fixed pre-selecting 'zomis' server for real this time
1 parent 2cc95f4 commit 2347f8c

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: serverOptions[0]
37+
chosenServer: "ws://gbg.zomis.net:8082"
3838
};
3939
},
4040
methods: {

0 commit comments

Comments
 (0)