diff --git a/src/stores/zoneEditorStore.ts b/src/stores/zoneEditorStore.ts index 0d542e6..4ab1a38 100644 --- a/src/stores/zoneEditorStore.ts +++ b/src/stores/zoneEditorStore.ts @@ -12,7 +12,7 @@ export type TeleportSettings = { export const useZoneEditorStore = defineStore('zoneEditor', { state: () => { return { - active: true, + active: false, zone: null as Zone | null, tool: 'move', drawMode: 'tile',