Renamed downloadAndStore to downloadCache
This commit is contained in:
@ -11,7 +11,7 @@ export type TeleportSettings = {
|
||||
export const useMapEditorStore = defineStore('mapEditor', {
|
||||
state: () => {
|
||||
return {
|
||||
active: true,
|
||||
active: false,
|
||||
mapId: '',
|
||||
tool: 'move',
|
||||
drawMode: 'tile',
|
||||
|
Reference in New Issue
Block a user