mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 22:46:06 +02:00
fix world dialog may sometimes not load the instance list
This commit is contained in:
+1
-5
@@ -146,11 +146,7 @@ export const useWorldStore = defineStore('World', () => {
|
|||||||
D.timeSpent = ref.timeSpent;
|
D.timeSpent = ref.timeSpent;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
const loadWorldRequest = forceRefresh
|
const loadWorldRequest = worldRequest.getWorld({
|
||||||
? worldRequest.getWorld({
|
|
||||||
worldId: L.worldId
|
|
||||||
})
|
|
||||||
: worldRequest.getCachedWorld({
|
|
||||||
worldId: L.worldId
|
worldId: L.worldId
|
||||||
});
|
});
|
||||||
loadWorldRequest
|
loadWorldRequest
|
||||||
|
|||||||
Reference in New Issue
Block a user