Renamed get to getById, map improvement
This commit is contained in:
@ -169,7 +169,7 @@ function loginWithCharacter() {
|
||||
function createCharacter() {
|
||||
gameStore.connection?.emit('character:create', { name: newCharacterName.value }, (success: boolean) => {
|
||||
if (success) return
|
||||
isCreateNewCharacterModalOpen.value = false
|
||||
isCreateNewCharacterModalOpen.value = false
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user