forked from noxious/client
Removed redundant wachter
This commit is contained in:
parent
dccdf2c232
commit
26eb62b054
@ -57,14 +57,6 @@ gameStore.connection?.on('character:move', (data: ExtendedCharacterT) => {
|
||||
zoneStore.updateCharacter(data)
|
||||
})
|
||||
|
||||
watch(
|
||||
() => zoneStore.zone,
|
||||
(newZone) => {
|
||||
console.log('Zone changed:', newZone)
|
||||
},
|
||||
{ deep: true }
|
||||
)
|
||||
|
||||
onBeforeMount(() => {})
|
||||
|
||||
onBeforeUnmount(() => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user