forked from noxious/server
Path walk improvements
This commit is contained in:
@ -39,7 +39,7 @@ export default class CharacterConnectEvent {
|
||||
this.socket.characterId = character.id
|
||||
this.socket.emit('character:connect', character)
|
||||
} catch (error) {
|
||||
this.handleError('Failed to connect character', error)
|
||||
this.handleError('Failed to connect character', error) // @TODO : Make global error handler
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user