diff --git a/html/src/app.js b/html/src/app.js
index 4d8e1403..0e3f4464 100644
--- a/html/src/app.js
+++ b/html/src/app.js
@@ -13204,8 +13204,7 @@ speechSynthesis.getVoices();
this.currentInstanceLocation = {};
} else if (
instanceId !== this.currentInstanceLocation.tag &&
- this.currentInstanceLocation.tag !==
- this.lastLocationDestination
+ this.currentInstanceLocation.tag !== this.lastLocationDestination
) {
this.currentInstanceWorld = {
ref: {},
@@ -13803,8 +13802,8 @@ speechSynthesis.getVoices();
) {
assetUrl = unityPackage.assetUrl;
break;
- }
}
+ }
var fileId = extractFileId(assetUrl);
var fileVersion = parseInt(extractFileVersion(assetUrl), 10);
if (fileId) {