TP client fixes

This commit is contained in:
2024-09-07 22:28:50 +02:00
parent 9c309630ae
commit c7d2937523
2 changed files with 3 additions and 1 deletions

View File

@ -34,6 +34,7 @@ export const useZoneStore = defineStore('zone', {
}
},
removeCharacter(character_id: number) {
console.log('removing character', character_id)
this.characters = this.characters.filter((char) => char.id !== character_id)
},
reset() {