1
0
forked from noxious/server

Path walk improvements

This commit is contained in:
2024-11-13 17:02:16 +01:00
parent fee4277b4f
commit bf7f585270
3 changed files with 19 additions and 13 deletions

View File

@ -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
}
}