AssetBundleCacher cleanup

This commit is contained in:
Natsumi
2021-05-24 18:02:23 +12:00
parent 17b8b1b29e
commit b65131a207
2 changed files with 45 additions and 42 deletions

View File

@@ -11509,7 +11509,7 @@ speechSynthesis.getVoices();
(this.downloadCurrent.id === L.worldId)) {
return;
}
API.getCachedWorld({
API.getWorld({
worldId: L.worldId
}).then((args) => {
var { ref } = args;