mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 14:56:06 +02:00
Lint
This commit is contained in:
+2
-3
@@ -13204,8 +13204,7 @@ speechSynthesis.getVoices();
|
|||||||
this.currentInstanceLocation = {};
|
this.currentInstanceLocation = {};
|
||||||
} else if (
|
} else if (
|
||||||
instanceId !== this.currentInstanceLocation.tag &&
|
instanceId !== this.currentInstanceLocation.tag &&
|
||||||
this.currentInstanceLocation.tag !==
|
this.currentInstanceLocation.tag !== this.lastLocationDestination
|
||||||
this.lastLocationDestination
|
|
||||||
) {
|
) {
|
||||||
this.currentInstanceWorld = {
|
this.currentInstanceWorld = {
|
||||||
ref: {},
|
ref: {},
|
||||||
@@ -13803,8 +13802,8 @@ speechSynthesis.getVoices();
|
|||||||
) {
|
) {
|
||||||
assetUrl = unityPackage.assetUrl;
|
assetUrl = unityPackage.assetUrl;
|
||||||
break;
|
break;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
var fileId = extractFileId(assetUrl);
|
var fileId = extractFileId(assetUrl);
|
||||||
var fileVersion = parseInt(extractFileVersion(assetUrl), 10);
|
var fileVersion = parseInt(extractFileVersion(assetUrl), 10);
|
||||||
if (fileId) {
|
if (fileId) {
|
||||||
|
|||||||
Reference in New Issue
Block a user