don't have ZE enabled by default
This commit is contained in:
parent
860fe705c6
commit
9f10db142b
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user