Minor improvements
This commit is contained in:
@ -42,7 +42,8 @@ export const useZoneStore = defineStore('zone', {
|
||||
},
|
||||
reset() {
|
||||
this.zone = null
|
||||
;(this.characters = []), (this.characterLoaded = false)
|
||||
this.characters = []
|
||||
this.characterLoaded = false
|
||||
}
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user