Minor improvements

This commit is contained in:
2024-09-28 02:52:36 +02:00
parent 130df8f144
commit fa12ce2ec8
2 changed files with 6 additions and 8 deletions

View File

@ -42,7 +42,8 @@ export const useZoneStore = defineStore('zone', {
},
reset() {
this.zone = null
;(this.characters = []), (this.characterLoaded = false)
this.characters = []
this.characterLoaded = false
}
}
})