fix world dialog may sometimes not load the instance list

This commit is contained in:
pa
2026-03-07 19:24:07 +09:00
parent c342f40662
commit 395a47cbdc
+1 -5
View File
@@ -146,11 +146,7 @@ export const useWorldStore = defineStore('World', () => {
D.timeSpent = ref.timeSpent;
}
});
const loadWorldRequest = forceRefresh
? worldRequest.getWorld({
worldId: L.worldId
})
: worldRequest.getCachedWorld({
const loadWorldRequest = worldRequest.getWorld({
worldId: L.worldId
});
loadWorldRequest