Game settings change

This commit is contained in:
Thomas
2020-11-02 15:31:11 +01:00
parent 41676a09bc
commit 6abf1aa267
6 changed files with 7 additions and 25 deletions

View File

@@ -17,7 +17,6 @@ export default function createSocketPlugin () {
connection.onerror = function (error) {
console.log('[WS] error ' + error.message)
// store.dispatch('game/error', 'Connection problem')
Toast.open('Connection problem. Retrying in 10s...')
setTimeout(function () {
location.reload()