Cleaned character create event
This commit is contained in:
@ -73,7 +73,7 @@ export const useGameStore = defineStore('game', {
|
||||
},
|
||||
initConnection() {
|
||||
this.connection = io(config.server_endpoint, {
|
||||
secure: (config.environment === 'production'),
|
||||
secure: config.environment === 'production',
|
||||
withCredentials: true,
|
||||
transports: ['websocket'],
|
||||
reconnectionAttempts: 5
|
||||
|
Reference in New Issue
Block a user