1
0
forked from noxious/client

Load textures using cache data instead of data sent from server

This commit is contained in:
2025-01-08 21:13:04 +01:00
parent 574777da80
commit 03fef60621
7 changed files with 42 additions and 30 deletions

View File

@ -182,7 +182,6 @@ watch(selectedCharacterId, (characterId) => {
onMounted(async () => {
const characterHairStorage = new CharacterHairStorage()
characterHairs.value = await characterHairStorage.getAll()
console.log(characterHairs.value)
})
onBeforeUnmount(() => {