JSON tab remove VRCX vars

This commit is contained in:
Natsumi
2026-01-12 06:28:42 +13:00
parent ee6529588d
commit d2b3c3be01
7 changed files with 62 additions and 34 deletions
+2 -2
View File
@@ -36,7 +36,7 @@ export const useWorldStore = defineStore('World', () => {
avatarScalingDisabled: false,
focusViewDisabled: false,
rooms: [],
treeData: [],
treeData: {},
bundleSizes: [],
lastUpdated: '',
inCache: false,
@@ -78,7 +78,7 @@ export const useWorldStore = defineStore('World', () => {
L.shortName = shortName;
D.id = L.worldId;
D.$location = L;
D.treeData = [];
D.treeData = {};
D.bundleSizes = [];
D.lastUpdated = '';
D.visible = true;