forked from noxious/client
Re-enabled vue dev tools, moved type into types.ts, added temp. logging
This commit is contained in:
@ -180,7 +180,10 @@ function loginWithCharacter() {
|
||||
characterId: selectedCharacterId.value,
|
||||
characterHairId: selectedHairId.value
|
||||
})
|
||||
gameStore.connection?.on('character:connect', (data: CharacterT) => gameStore.setCharacter(data))
|
||||
gameStore.connection?.on('character:connect', (data: CharacterT) => {
|
||||
console.log(data)
|
||||
gameStore.setCharacter(data)
|
||||
})
|
||||
}
|
||||
|
||||
// Delete character logics
|
||||
|
Reference in New Issue
Block a user