Game settings change
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user