Skip to content

Commit

Permalink
We should probably try to connect to the api when the connect button …
Browse files Browse the repository at this point in the history
…is pressed
  • Loading branch information
ricochet1k committed Apr 6, 2017
1 parent 1b8fca8 commit 76f092a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ export default {
password: this.password,
})
eventBus.client = new ScreepsClient(eventBus.api);
eventBus.client.connect();
}
},
Expand Down

0 comments on commit 76f092a

Please sign in to comment.